aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-27 11:53:09 +0000
committerEli Zaretskii2001-01-27 11:53:09 +0000
commitc4e39bddb4187cbf04b1e3221a555edd354267a8 (patch)
tree092f1153b071402fcb3a7043146ff10e28ba2caf
parentcfee9de7a9fe94e3caa215710b2b60b84cdbd6b8 (diff)
downloademacs-c4e39bddb4187cbf04b1e3221a555edd354267a8.tar.gz
emacs-c4e39bddb4187cbf04b1e3221a555edd354267a8.zip
Fix last change.
-rw-r--r--lisp/simple.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 4a35844758d..549761e2524 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2341,8 +2341,9 @@ and the mark is active, by acting on the region instead of their usual
2341default part of the buffer's text. Examples of such command include 2341default part of the buffer's text. Examples of such command include
2342\\[comment-dwim], \\[flush-lines], \\[ispell], \\[keep-lines], 2342\\[comment-dwim], \\[flush-lines], \\[ispell], \\[keep-lines],
2343\\[query-replace], \\[query-replace-regexp], and \\[undo]. Invoke 2343\\[query-replace], \\[query-replace-regexp], and \\[undo]. Invoke
2344\\[apropos-documentation] and type \"transient\" at the prompt, to see 2344\\[apropos-documentation] and type \"transient\" or \"mark.*active\" at
2345the documentation of commands which are sensitive to the Transient Mark mode." 2345the prompt, to see the documentation of commands which are sensitive to
2346the Transient Mark mode."
2346 (interactive "P") 2347 (interactive "P")
2347 (setq transient-mark-mode 2348 (setq transient-mark-mode
2348 (if (null arg) 2349 (if (null arg)