# HG changeset patch # User Rajesh Vaidheeswarran # Date 1052836258 0 # Node ID d5b5bbb27b2f91409913a96b3d02185cc53ef8d4 # Parent 575459cc44fbf6a945893b29e7918730706d9697 Add :link to commentary section diff -r 575459cc44fb -r d5b5bbb27b2f lisp/ChangeLog --- a/lisp/ChangeLog Tue May 13 13:52:45 2003 +0000 +++ b/lisp/ChangeLog Tue May 13 14:30:58 2003 +0000 @@ -1,3 +1,8 @@ +2003-05-13 Rajesh Vaidheeswarran + + * whitespace.el (whitespace-global-mode): Add :link entry + to the commentary section in whitespace.el + 2003-05-13 Nick Roberts * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer diff -r 575459cc44fb -r d5b5bbb27b2f lisp/whitespace.el --- a/lisp/whitespace.el Tue May 13 13:52:45 2003 +0000 +++ b/lisp/whitespace.el Tue May 13 14:30:58 2003 +0000 @@ -5,7 +5,7 @@ ;; Author: Rajesh Vaidheeswarran ;; 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 @@ 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)