]> code.delx.au - gnu-emacs/blobdiff - lisp/misc.el
Document what does mouse-3 do on the mode line if there's only one window.
[gnu-emacs] / lisp / misc.el
index fa480144074e347a2f5527736d328f3749f7b5e1..9590d490ec9e8599a9e934f3609336276fd71244 100644 (file)
@@ -1,4 +1,4 @@
-;;; misc.el --- basic editing commands for Emacs
+;;; misc.el --- some nonstandard basic editing commands for Emacs
 
 ;; Copyright (C) 1989 Free Software Foundation, Inc.
 
@@ -55,4 +55,6 @@ The characters copied are inserted in the buffer before point."
                                 (+ n (point)))))))
     (insert string)))
 
+(provide 'misc)
+
 ;;; misc.el ends here