(format-alist): Doc fix. Suggested by Alex Schroeder <alex@gnu.org>.
This commit is contained in:
parent
72190a54f6
commit
3e2246457e
1 changed files with 3 additions and 1 deletions
|
@ -138,7 +138,9 @@ MODIFY, if non-nil, means the TO-FN wants to modify the region. If nil,
|
|||
TO-FN will not make any changes but will instead return a list of
|
||||
annotations.
|
||||
|
||||
MODE-FN, if specified, is called when visiting a file with that format.")
|
||||
MODE-FN, if specified, is called when visiting a file with that format.
|
||||
It is called with a single positive argument, on the assumption
|
||||
that it turns on some Emacs mode.")
|
||||
|
||||
;;; Basic Functions (called from Lisp)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue