summaryrefslogtreecommitdiff
path: root/lisp/options.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/options.el')
-rw-r--r--lisp/options.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/options.el b/lisp/options.el
index 3abd02910ba..86e8d493032 100644
--- a/lisp/options.el
+++ b/lisp/options.el
@@ -1,4 +1,5 @@
-;; Edit Options command for Emacs.
+;;; options.el --- edit Options command for Emacs.
+
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -123,3 +124,4 @@ For convenience, the characters \\[backward-paragraph] and \\[forward-paragraph]
(kill-sexp 1)
(prin1 (symbol-value var) (current-buffer)))))
+;;; options.el ends here