Mercurial > emacs
changeset 35635:11e5d55ea163
Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Jan 2001 11:53:09 +0000 |
parents | 3461ceed2cb9 |
children | 4eb554667665 |
files | lisp/simple.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sat Jan 27 11:49:46 2001 +0000 +++ b/lisp/simple.el Sat Jan 27 11:53:09 2001 +0000 @@ -2341,8 +2341,9 @@ default part of the buffer's text. Examples of such command include \\[comment-dwim], \\[flush-lines], \\[ispell], \\[keep-lines], \\[query-replace], \\[query-replace-regexp], and \\[undo]. Invoke -\\[apropos-documentation] and type \"transient\" at the prompt, to see -the documentation of commands which are sensitive to the Transient Mark mode." +\\[apropos-documentation] and type \"transient\" or \"mark.*active\" at +the prompt, to see the documentation of commands which are sensitive to +the Transient Mark mode." (interactive "P") (setq transient-mark-mode (if (null arg)