summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-04-05 11:33:55 -0700
committerGlenn Morris <rgm@gnu.org>2014-04-05 11:33:55 -0700
commit50ea0f87d6e13642ae3851e3516a5e716a39584b (patch)
tree3a7404ac5d13b30ff3b85480b81e4e50b2cd6e22 /lisp/help.el
parentf5e4494cd06f7624382f815585419f489bfe36c3 (diff)
downloademacs-50ea0f87d6e13642ae3851e3516a5e716a39584b.tar.gz
Minor doc updates related to dribble files
* doc/emacs/trouble.texi (Checklist): * doc/lispref/os.texi (Recording Input): Dribble files may contain passwords. * lisp/help.el (view-lossage): Doc tweak. * src/keyboard.c (Fopen_dribble_file): Doc tweak.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 14dda6456cf..fdbf91f7dbd 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1,7 +1,6 @@
;;; help.el --- help commands for Emacs
-;; Copyright (C) 1985-1986, 1993-1994, 1998-2014 Free Software
-;; Foundation, Inc.
+;; Copyright (C) 1985-1986, 1993-1994, 1998-2014 Free Software Foundation, Inc.
;; Maintainer: emacs-devel@gnu.org
;; Keywords: help, internal
@@ -450,7 +449,7 @@ is specified by the variable `message-log-max'."
(defun view-lossage ()
"Display last 300 input keystrokes.
-To record all your input on a file, use `open-dribble-file'."
+To record all your input, use `open-dribble-file'."
(interactive)
(help-setup-xref (list #'view-lossage)
(called-interactively-p 'interactive))