Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3171e303
Commit
3171e303
authored
Sep 22, 2012
by
Chong Yidong
Browse files
* simple.el (read-only-mode): Doc fix.
parent
3df47cd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3171e303
...
...
@@ -9,6 +9,7 @@
(Bug#10909).
* simple.el (shell-command-on-region): Doc fix.
(read-only-mode): Doc fix.
2012-09-22 Eli Zaretskii <eliz@gnu.org>
...
...
lisp/simple.el
View file @
3171e303
...
...
@@ -6971,7 +6971,7 @@ positive, otherwise make it writable. If buffer is read-only
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment