aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2011-10-17 23:52:32 -0700
committerGlenn Morris2011-10-17 23:52:32 -0700
commit80c6d77f2dd99752b1a4090350414a66b7409e7e (patch)
tree953ff437d38f7616efe151f87a19439d2bd2a8d9 /doc
parentc9eb8bd155ba657d7b4e45ea7f84b01d8f59b699 (diff)
downloademacs-80c6d77f2dd99752b1a4090350414a66b7409e7e.tar.gz
emacs-80c6d77f2dd99752b1a4090350414a66b7409e7e.zip
Doc fixes related to vc-initial-comment.
* doc/emacs/maintaining.texi (Registering): Remove vc-initial-comment. * lisp/vc/vc.el (vc-initial-comment): Mark as obsolete. * lisp/ChangeLog.15: Fix old entry. * etc/NEWS: Mention this. Fixes: debbugs:9745
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/maintaining.texi9
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 5f7f63fca31..15b84c27075 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12011-10-18 Glenn Morris <rgm@gnu.org>
2
3 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
4
12011-10-18 Chong Yidong <cyd@gnu.org> 52011-10-18 Chong Yidong <cyd@gnu.org>
2 6
3 * display.texi (Faces): Simplify discussion. Move documentation 7 * display.texi (Faces): Simplify discussion. Move documentation
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index dafc9327c74..354812edc1f 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -898,10 +898,11 @@ You can specify a different default by setting the variable
898numeric argument; then it reads the initial revision ID for this 898numeric argument; then it reads the initial revision ID for this
899particular file using the minibuffer. 899particular file using the minibuffer.
900 900
901@vindex vc-initial-comment 901@c See http://debbugs.gnu.org/9745
902 If @code{vc-initial-comment} is non-@code{nil}, @kbd{C-x v i} reads an 902@c @vindex vc-initial-comment
903initial comment to describe the purpose of this source file. Reading 903@c If @code{vc-initial-comment} is non-@code{nil}, @kbd{C-x v i} reads an
904the initial comment works like reading a log entry (@pxref{Log Buffer}). 904@c initial comment to describe the purpose of this source file. Reading
905@c the initial comment works like reading a log entry (@pxref{Log Buffer}).
905 906
906@node VC Change Log 907@node VC Change Log
907@subsubsection VC Change Log 908@subsubsection VC Change Log