diff options
| -rw-r--r-- | lisp/files.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index d80a806d239..9edbcdc449e 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -307,8 +307,8 @@ whenever you save a file that really needs one." | |||
| 307 | :type '(choice (const :tag "When visiting" visit) | 307 | :type '(choice (const :tag "When visiting" visit) |
| 308 | (const :tag "When saving" t) | 308 | (const :tag "When saving" t) |
| 309 | (const :tag "When visiting or saving" visit-save) | 309 | (const :tag "When visiting or saving" visit-save) |
| 310 | (const :tag "Don't add newlines" nil) | 310 | (other :tag "Ask" ask) |
| 311 | (other :tag "Ask" ask)) | 311 | (const :tag "Don't add newlines" nil)) |
| 312 | :group 'editing-basics | 312 | :group 'editing-basics |
| 313 | :version "22.1") | 313 | :version "22.1") |
| 314 | 314 | ||