]> git.eshelyaron.com Git - emacs.git/commitdiff
Add :link to commentary section
authorRajesh Vaidheeswarran <rv@gnu.org>
Tue, 13 May 2003 14:30:58 +0000 (14:30 +0000)
committerRajesh Vaidheeswarran <rv@gnu.org>
Tue, 13 May 2003 14:30:58 +0000 (14:30 +0000)
lisp/ChangeLog
lisp/whitespace.el

index 8972089773f4524f233fd68c603cc27912ef1fb8..4bd6ff79a4567f2142f8298c32f50735c29606e8 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-13  Rajesh Vaidheeswarran  <rv@gnu.org>
+
+       * whitespace.el (whitespace-global-mode): Add :link entry
+         to the commentary section in whitespace.el
+
 2003-05-13  Nick Roberts  <nick@nick.uklinux.net>
 
        * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
index 74f5f4982f6d6746ee2958b7cf44a0d15b9f5335..85bd290efd9b82eb4ad626c90debe831ff44d903 100644 (file)
@@ -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)