# HG changeset patch # User Eli Zaretskii # Date 992589980 0 # Node ID 3a1a2ebbbcdc45f55978f91d6ff4a37d248bc113 # Parent 40c2d7eaa4703eadb393e7b0a0635630c5e46ad4 (format-alist): Doc fix. Suggested by Alex Schroeder . diff -r 40c2d7eaa470 -r 3a1a2ebbbcdc lisp/format.el --- a/lisp/format.el Fri Jun 15 00:57:40 2001 +0000 +++ b/lisp/format.el Fri Jun 15 07:26:20 2001 +0000 @@ -138,7 +138,9 @@ 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)