Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.758 emacs/lisp/files.el:1.759
*** emacs/lisp/files.el:1.758   Sun Apr 24 12:06:25 2005
--- emacs/lisp/files.el Sun Apr 24 14:45:08 2005
***************
*** 302,314 ****
  Any other non-nil value means ask user whether to add a newline, when saving.
  nil means do not add newlines when saving.
  
! If you set this to nil, you be must careful to manually add a final newline
  whenever you save a file that really needs one."
    :type '(choice (const :tag "When visiting" visit)
                 (const :tag "When saving" t)
                 (const :tag "When visiting or saving" visit-save)
!                (other :tag "Ask" ask)
!                (const :tag "Don't add newlines" nil))
    :group 'editing-basics
    :version "22.1")
  
--- 302,314 ----
  Any other non-nil value means ask user whether to add a newline, when saving.
  nil means do not add newlines when saving.
  
! If you set this to nil, you must be careful to manually add a final newline
  whenever you save a file that really needs one."
    :type '(choice (const :tag "When visiting" visit)
                 (const :tag "When saving" t)
                 (const :tag "When visiting or saving" visit-save)
!                (const :tag "Don't add newlines" nil)
!                (other :tag "Ask" ask))
    :group 'editing-basics
    :version "22.1")
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to