소스 검색

fix doc

pull/1/head
10sr 11 년 전
부모
커밋
267ef779b9
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el 파일 보기

@@ -1797,9 +1797,9 @@ current buffer should be saved or not."

(defvar autosave-buffer-functions nil
"A list of functions be called before autosave current buffer.
Each function is called with no argument. Target buffer can be accessible by
using `current-buffer'. If any of these functions return nil, autosaving will
not happen.")
Each function is called with no argument. Current buffer is the buffer to save
while these functions are called. If any of these functions return nil,
autosaving will not happen.")
(defvar autosave-buffer nil "Autosave timer object.")
(defun autosave-buffer (secs)
"Register timer so that the buffer will be saved automatically each time


불러오는 중...
취소
저장