X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1289a9cbad2c7019c10fb051f9d2b3099e9418e3..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/gnorb/gnorb-utils.el diff --git a/packages/gnorb/gnorb-utils.el b/packages/gnorb/gnorb-utils.el index 4d473f17f..dcf289886 100644 --- a/packages/gnorb/gnorb-utils.el +++ b/packages/gnorb/gnorb-utils.el @@ -359,8 +359,8 @@ If the KW argument is true, add the TODO keyword into the path." (defun gnorb-scan-links (bound &rest types) "Scan from point to BOUND looking for links of type in TYPES. -TYPES is a list of symbols, possible values include 'bbdb, 'mail, -and 'gnus." +TYPES is a list of symbols, possible values include `bbdb', `mail', +and `gnus'." ;; this function could be refactored somewhat -- lots of code ;; repetition. It also should be a little faster for when we're ;; scanning for gnus links only, that's a little slow. We should