aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajesh Vaidheeswarran2003-05-13 14:30:58 +0000
committerRajesh Vaidheeswarran2003-05-13 14:30:58 +0000
commit9800cbdd7f93655698077b40ffc53cb4f5e34aea (patch)
tree230c351b34429e462a539386519ea8880abf57d7
parentd96c309f04df6900840e4b28d9420b46bb79002f (diff)
downloademacs-9800cbdd7f93655698077b40ffc53cb4f5e34aea.tar.gz
emacs-9800cbdd7f93655698077b40ffc53cb4f5e34aea.zip
Add :link to commentary section
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/whitespace.el6
2 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8972089773f..4bd6ff79a45 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12003-05-13 Rajesh Vaidheeswarran <rv@gnu.org>
2
3 * whitespace.el (whitespace-global-mode): Add :link entry
4 to the commentary section in whitespace.el
5
12003-05-13 Nick Roberts <nick@nick.uklinux.net> 62003-05-13 Nick Roberts <nick@nick.uklinux.net>
2 7
3 * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer 8 * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index 74f5f4982f6..85bd290efd9 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -5,7 +5,7 @@
5;; Author: Rajesh Vaidheeswarran <rv@gnu.org> 5;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
6;; Keywords: convenience 6;; Keywords: convenience
7 7
8;; $Id: whitespace.el,v 1.21 2002/09/13 06:21:32 lektu Exp $ 8;; $Id: whitespace.el,v 1.22 2002/12/03 00:10:40 schwab Exp $
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
11;; GNU Emacs is free software; you can redistribute it and/or modify 11;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -817,7 +817,9 @@ With ARG, turn the mode on if and only iff ARG is positive.
817 817
818When this mode is active, `whitespace-buffer' is added to 818When this mode is active, `whitespace-buffer' is added to
819`find-file-hook' and `kill-buffer-hook'." 819`find-file-hook' and `kill-buffer-hook'."
820 :global t :group 'whitespace 820 :global t
821 :link '(emacs-commentary-link :tag "Commentary" "whitespace.el")
822 :group 'whitespace
821 (if whitespace-global-mode 823 (if whitespace-global-mode
822 (progn 824 (progn
823 (add-hook 'find-file-hook 'whitespace-buffer) 825 (add-hook 'find-file-hook 'whitespace-buffer)