bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#30103: docstring of read-only-mode doesn't seem to address most simp


From: 積丹尼 Dan Jacobson
Subject: bug#30103: docstring of read-only-mode doesn't seem to address most simplest case
Date: Sun, 14 Jan 2018 09:09:16 +0800

The following docstring
-------------
read-only-mode is an interactive compiled Lisp function in
‘simple.el’.

It is bound to C-x C-q.

(read-only-mode &optional ARG)

Change whether the current buffer is read-only.
With prefix argument ARG, make the buffer read-only if ARG is
positive, otherwise make it writable.
-------------
doesn't seem to address the case
where one just does
M-x read-only-mode
which indeed makes the buffer read-only.





reply via email to

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