+2008-12-04 Glenn Morris <rgm@gnu.org>
+
+ * files.el (toggle-read-only): Doc fix.
+
2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
* apropos.el (apropos-print-doc): Fix thinko that caused long labels to
(set-buffer-modified-p arg))
(defun toggle-read-only (&optional arg)
- "Change whether this buffer is visiting its file read-only.
+ "Change whether this buffer is read-only.
With prefix argument ARG, make the buffer read-only if ARG is
-positive, otherwise make it writable. If visiting file read-only
+positive, otherwise make it writable. If buffer is read-only
and `view-read-only' is non-nil, enter view mode."
(interactive "P")
(if (and arg