summaryrefslogtreecommitdiff
path: root/lisp/textmodes/scribe.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/scribe.el')
-rw-r--r--lisp/textmodes/scribe.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/textmodes/scribe.el b/lisp/textmodes/scribe.el
index 6dbbb790292..7cc1bc26057 100644
--- a/lisp/textmodes/scribe.el
+++ b/lisp/textmodes/scribe.el
@@ -1,4 +1,5 @@
-;; scribe mode, and its ideosyncratic commands.
+;;; scribe.el --- scribe mode, and its idiosyncratic commands.
+
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file might become part of GNU Emacs.
@@ -306,3 +307,5 @@ preceding text is of the form @Command."
scribe-open-parentheses)))
(save-excursion
(insert (aref scribe-close-parentheses paren-char)))))))
+
+;;; scribe.el ends here