/[emacs]/emacs/lisp/files.el
ViewVC logotype

Diff of /emacs/lisp/files.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.758 by eliz, Sun Apr 24 12:06:25 2005 UTC revision 1.759 by teirllm, Sun Apr 24 14:45:08 2005 UTC
# Line 302  A value of `visit-save' means do it at b Line 302  A value of `visit-save' means do it at b
302  Any other non-nil value means ask user whether to add a newline, when saving.  Any other non-nil value means ask user whether to add a newline, when saving.
303  nil means do not add newlines when saving.  nil means do not add newlines when saving.
304    
305  If you set this to nil, you be must careful to manually add a final newline  If you set this to nil, you must be careful to manually add a final newline
306  whenever you save a file that really needs one."  whenever you save a file that really needs one."
307    :type '(choice (const :tag "When visiting" visit)    :type '(choice (const :tag "When visiting" visit)
308                   (const :tag "When saving" t)                   (const :tag "When saving" t)
309                   (const :tag "When visiting or saving" visit-save)                   (const :tag "When visiting or saving" visit-save)
310                   (other :tag "Ask" ask)                   (const :tag "Don't add newlines" nil)
311                   (const :tag "Don't add newlines" nil))                   (other :tag "Ask" ask))
312    :group 'editing-basics    :group 'editing-basics
313    :version "22.1")    :version "22.1")
314    

Legend:
Removed from v.1.758  
changed lines
  Added in v.1.759

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26