emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110143: * simple.el (read-only-mode)


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110143: * simple.el (read-only-mode): Doc fix.
Date: Sat, 22 Sep 2012 23:46:57 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110143
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-22 23:46:57 +0800
message:
  * simple.el (read-only-mode): Doc fix.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-22 15:44:43 +0000
+++ b/lisp/ChangeLog    2012-09-22 15:46:57 +0000
@@ -9,6 +9,7 @@
        (Bug#10909).
 
        * simple.el (shell-command-on-region): Doc fix.
+       (read-only-mode): Doc fix.
 
 2012-09-22  Eli Zaretskii  <address@hidden>
 

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-09-22 15:24:26 +0000
+++ b/lisp/simple.el    2012-09-22 15:46:57 +0000
@@ -6971,7 +6971,7 @@
 and `view-read-only' is non-nil, enter view mode.
 
 Do not call this from a Lisp program unless you really intend to
-do the same thing as the \\[toggle-read-only] command, including
+do the same thing as the \\[read-only-mode] command, including
 possibly enabling or disabling View mode.  Also, note that this
 command works by setting the variable `buffer-read-only', which
 does not affect read-only regions caused by text properties.  To


reply via email to

[Prev in Thread] Current Thread [Next in Thread]