summaryrefslogtreecommitdiff
path: root/lisp/misc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/misc.el')
-rw-r--r--lisp/misc.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/misc.el b/lisp/misc.el
index db7b3f223b5..3eea6ec22bb 100644
--- a/lisp/misc.el
+++ b/lisp/misc.el
@@ -1,4 +1,5 @@
-;; Basic editing commands for Emacs
+;;; misc.el --- basic editing commands for Emacs
+
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -49,3 +50,5 @@ The characters copied are inserted in the buffer before point."
(min (save-excursion (end-of-line) (point))
(+ n (point)))))))
(insert string)))
+
+;;; misc.el ends here