X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=14469a9000f6fdebb1dd563608f8b3653ab8143d;hb=bc9a58d75b2373467ff3727a97317ba5b803be67;hp=a09f4ab8f27bb3a8e5684ef3b8f524bc4c32b7f0;hpb=b1129d905af5643ffec6a19d6cb1cf76abf9d9ce;p=notmuch 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