]> git.eshelyaron.com Git - emacs.git/commitdiff
(toggle-read-only): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 4 Dec 2008 06:13:19 +0000 (06:13 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 4 Dec 2008 06:13:19 +0000 (06:13 +0000)
lisp/ChangeLog
lisp/files.el

index 776db585041f19ee449e96371a00b88ef2268651..92cefd19be8e0c827db0250d6cc36ead80e0b0f6 100644 (file)
@@ -1,3 +1,7 @@
+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
index 1abc5de5aa2ae153ca8efb5d2d6033cfaef997b8..ba281a908a1387d143b2d10928a60f1651e93ac2 100644 (file)
@@ -4404,9 +4404,9 @@ prints a message in the minibuffer.  Instead, use `set-buffer-modified-p'."
   (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