]> code.delx.au - gnu-emacs/blobdiff - lisp/calendar/diary-lib.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / calendar / diary-lib.el
index dd068196adc0ba5e1df5b090dd85cbf2bfe492a7..ec02900f49571511333bec75cc4d11c705306a72 100644 (file)
@@ -185,9 +185,9 @@ diary buffer to be displayed with diary entries from various
 included files, each day's entries sorted into lexicographic
 order, add the following to your init file:
 
-     (setq diary-display-function 'diary-fancy-display)
-     (add-hook 'diary-list-entries-hook 'diary-include-other-diary-files)
-     (add-hook 'diary-list-entries-hook 'diary-sort-entries t)
+     (setq diary-display-function \\='diary-fancy-display)
+     (add-hook \\='diary-list-entries-hook \\='diary-include-other-diary-files)
+     (add-hook \\='diary-list-entries-hook \\='diary-sort-entries t)
 
 Note how the sort function is placed last, so that it can sort
 the entries included from other files.