comparison lisp/files.el @ 15890:c2ef756791fe

(revert-buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Aug 1996 21:22:41 +0000
parents 4d76ffbc2be1
children 5b10dc4cd791
comparison
equal deleted inserted replaced
15889:ca8f142ef5d2 15890:c2ef756791fe
2178 to nil. 2178 to nil.
2179 2179
2180 Optional second argument NOCONFIRM means don't ask for confirmation at 2180 Optional second argument NOCONFIRM means don't ask for confirmation at
2181 all. 2181 all.
2182 2182
2183 Optional third argument PRESERVE-MODES non-nil means don't alter
2184 the files modes. Normally we reinitialize them using `normal-mode'.
2185
2183 If the value of `revert-buffer-function' is non-nil, it is called to 2186 If the value of `revert-buffer-function' is non-nil, it is called to
2184 do the work. 2187 do the work.
2185 2188
2186 The default revert function runs the hook `before-revert-hook' at the 2189 The default revert function runs the hook `before-revert-hook' at the
2187 beginning and `after-revert-hook' at the end." 2190 beginning and `after-revert-hook' at the end."