]> code.delx.au - gnu-emacs/blobdiff - lisp/calendar/calendar.el
Escape ` and ' in doc
[gnu-emacs] / lisp / calendar / calendar.el
index c35bd38bb648dc2e65156d3d2b82b74ea66357d9..07977afc397875c4cc8f0bd3e667e94ed81e91ab 100644 (file)
@@ -550,12 +550,12 @@ For example, to display the ISO week numbers:
 
   (setq calendar-week-start-day 1
         calendar-intermonth-text
-        '(propertize
+        \\='(propertize
           (format \"%2d\"
                   (car
                    (calendar-iso-from-absolute
                     (calendar-absolute-from-gregorian (list month day year)))))
-          'font-lock-face 'font-lock-function-name-face))
+          \\='font-lock-face \\='font-lock-function-name-face))
 
 See also `calendar-intermonth-header'."
   :group 'calendar