aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-15 07:26:20 +0000
committerEli Zaretskii2001-06-15 07:26:20 +0000
commit3e2246457e268406d8b2f627cf600cece59ff64a (patch)
tree1de40e94b588b5701f3168baf424f525adac5921
parent72190a54f6960000b621799e1d10e28122a98991 (diff)
downloademacs-3e2246457e268406d8b2f627cf600cece59ff64a.tar.gz
emacs-3e2246457e268406d8b2f627cf600cece59ff64a.zip
(format-alist): Doc fix. Suggested by Alex Schroeder <alex@gnu.org>.
-rw-r--r--lisp/format.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/format.el b/lisp/format.el
index c1919c24e13..8309ec958bb 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -138,7 +138,9 @@ MODIFY, if non-nil, means the TO-FN wants to modify the region. If nil,
138 TO-FN will not make any changes but will instead return a list of 138 TO-FN will not make any changes but will instead return a list of
139 annotations. 139 annotations.
140 140
141MODE-FN, if specified, is called when visiting a file with that format.") 141MODE-FN, if specified, is called when visiting a file with that format.
142 It is called with a single positive argument, on the assumption
143 that it turns on some Emacs mode.")
142 144
143;;; Basic Functions (called from Lisp) 145;;; Basic Functions (called from Lisp)
144 146