diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 15:46:23 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 15:52:37 +0100 |
commit | 6f48b46b03cd58a541684c57e42eb4679794f0fd (patch) | |
tree | f6ce4253af17cbe08c4521bfc60d52868c41d328 /lisp/calendar | |
parent | 014176f283aae2e0abc5138150f89afb6deb3d33 (diff) | |
download | emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.gz emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.bz2 emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.zip |
; Fix typos
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/diary-lib.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 98e91aaa75e..0ebfc4bb8d2 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -92,7 +92,7 @@ are holidays." This is used by `diary-pull-attrs' to fontify certain diary elements. REGEXP is a regular expression to for, and SUBEXP is the numbered sub-expression to extract. `diary-glob-file-regexp-prefix' -is pre-pended to REGEXP for file-wide specifiers. ATTRIBUTE +is prepended to REGEXP for file-wide specifiers. ATTRIBUTE specifies which face attribute (e.g. `:foreground') to modify, or that this is a face (`:face') to apply. TYPE is the type of attribute being applied. Available TYPES (see `diary-attrtype-convert') @@ -109,7 +109,7 @@ are: `string', `symbol', `int', `tnil', `stringtnil'." :group 'diary) (defcustom diary-glob-file-regexp-prefix "^#" - "Regular expression pre-pended to `diary-face-attrs' for file-wide specifiers." + "Regular expression prepended to `diary-face-attrs' for file-wide specifiers." :type 'regexp :group 'diary) |