diff options
| author | David Bremner <david@tethera.net> | 2023-10-01 08:43:11 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-10-06 20:36:56 -0300 |
| commit | fc1c81c3784a699d57c15ab743c819704964430b (patch) | |
| tree | c9a52a7bf5febc585ac0ba9eaa1f17296ebb4342 /emacs/notmuch-lib.el | |
| parent | c0880ce7501440db956be2aad08d18d7a616c85c (diff) | |
emacs: update quoting in docstrings
The complicated looking escapes are needed to avoid compile time
warnings. (info "(elisp) Text Quoting Style") for details.
Diffstat (limited to 'emacs/notmuch-lib.el')
| -rw-r--r-- | emacs/notmuch-lib.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index a09f4ab8..14469a90 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -414,9 +414,9 @@ This is similar to `describe-function' for the current major mode, but bindings tables are shown with documentation strings rather than command names. By default, this uses the first line of each command's documentation string. A command can override -this by setting the 'notmuch-doc property of its command symbol. +this by setting the \\='notmuch-doc property of its command symbol. A command that supports a prefix argument can explicitly document -its prefixed behavior by setting the 'notmuch-prefix-doc property +its prefixed behavior by setting the \\='notmuch-prefix-doc property of its command symbol." (interactive) (let ((doc (substitute-command-keys @@ -726,7 +726,7 @@ single element face list." (list face))) (defun notmuch-apply-face (object face &optional below start end) - "Combine FACE into the 'face text property of OBJECT between START and END. + "Combine FACE into the \\='face text property of OBJECT between START and END. This function combines FACE with any existing faces between START and END in OBJECT. Attributes specified by FACE take precedence |
