]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous change.
authorGlenn Morris <rgm@gnu.org>
Wed, 9 Apr 2008 07:16:40 +0000 (07:16 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 9 Apr 2008 07:16:40 +0000 (07:16 +0000)
doc/emacs/cal-xtra.texi

index 20af68effc98b6af11ea73b3c7ceccbfbe51a02b..0cd63cf686fe0e68b3bc659d05e9ff3cc3a1c7da 100644 (file)
@@ -536,7 +536,7 @@ then displays the buffer.  However, if you specify the hook as follows,
 @cindex diary buffer
 @findex diary-fancy-display
 @example
-(add-hook 'diary-display-hook diary-'fancy-display)
+(add-hook 'diary-display-hook 'diary-fancy-display)
 @end example
 
 @noindent