summaryrefslogtreecommitdiff
path: root/lisp/whitespace.el
diff options
context:
space:
mode:
authorRajesh Vaidheeswarran <rv@gnu.org>2003-05-13 14:30:58 +0000
committerRajesh Vaidheeswarran <rv@gnu.org>2003-05-13 14:30:58 +0000
commit9800cbdd7f93655698077b40ffc53cb4f5e34aea (patch)
tree230c351b34429e462a539386519ea8880abf57d7 /lisp/whitespace.el
parentd96c309f04df6900840e4b28d9420b46bb79002f (diff)
downloademacs-9800cbdd7f93655698077b40ffc53cb4f5e34aea.tar.gz
Add :link to commentary section
Diffstat (limited to 'lisp/whitespace.el')
-rw-r--r--lisp/whitespace.el6
1 files changed, 4 insertions, 2 deletions
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 @@
;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
;; Keywords: convenience
-;; $Id: whitespace.el,v 1.21 2002/09/13 06:21:32 lektu Exp $
+;; $Id: whitespace.el,v 1.22 2002/12/03 00:10:40 schwab Exp $
;; This file is part of GNU Emacs.
;; 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.
When this mode is active, `whitespace-buffer' is added to
`find-file-hook' and `kill-buffer-hook'."
- :global t :group 'whitespace
+ :global t
+ :link '(emacs-commentary-link :tag "Commentary" "whitespace.el")
+ :group 'whitespace
(if whitespace-global-mode
(progn
(add-hook 'find-file-hook 'whitespace-buffer)