diff options
author | Glenn Morris <rgm@gnu.org> | 2014-04-05 11:33:55 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-04-05 11:33:55 -0700 |
commit | 50ea0f87d6e13642ae3851e3516a5e716a39584b (patch) | |
tree | 3a7404ac5d13b30ff3b85480b81e4e50b2cd6e22 /lisp | |
parent | f5e4494cd06f7624382f815585419f489bfe36c3 (diff) | |
download | emacs-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')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/help.el | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71f3749a19c..2084cbbb7b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-04-05 Glenn Morris <rgm@gnu.org> + + * help.el (view-lossage): Doc tweak. + 2014-04-05 Matthias Dahl <ml_emacs-lists@binary-island.eu> * faces.el (face-spec-recalc): Call make-face-x-resource-internal 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)) |