# HG changeset patch # User Luc Teirlinck # Date 1114952202 0 # Node ID fc75d79da0903a052eff97ab5888ba189d799020 # Parent a86743d99b10e273587c705a7a3b783e109e0186 (require-final-newline): Make Custom tags consistent with mode-require-final-newline. (mode-require-final-newline): Doc fix. diff -r a86743d99b10 -r fc75d79da090 lisp/files.el --- a/lisp/files.el Sun May 01 12:53:17 2005 +0000 +++ b/lisp/files.el Sun May 01 12:56:42 2005 +0000 @@ -287,13 +287,13 @@ (const :tag "When saving" t) (const :tag "When visiting or saving" visit-save) (const :tag "Don't add newlines" nil) - (other :tag "Ask" ask)) + (other :tag "Ask each time" ask)) :group 'editing-basics) (defcustom mode-require-final-newline t "*Whether to add a newline at end of file, in certain major modes. Those modes set `require-final-newline' to this value when you enable them. -They do so because they are used for files that are supposed +They do so because they are often used for files that are supposed to end in newlines, and the question is how to arrange that. A value of t means do this only when the file is about to be saved.