summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-11-11 22:54:06 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-11-11 22:54:41 -0800
commit555f5f78f8f3de71431774fdabbabbcec7242727 (patch)
tree2d10b4dd90d82f10fa1faddeaf9f0513c9dfd1f6 /lisp/erc
parentc5fd4d373ed6d80b744951afe13e50070bff41cf (diff)
downloademacs-555f5f78f8f3de71431774fdabbabbcec7242727.tar.gz
Fix a few more minor quoting problems.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-stamp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el
index 1ddb87ae86d..559f65c29bb 100644
--- a/lisp/erc/erc-stamp.el
+++ b/lisp/erc/erc-stamp.el
@@ -357,7 +357,7 @@ Return the empty string if FORMAT is nil."
ts)
""))
-;; This function is used to munge `buffer-invisibility-spec to an
+;; This function is used to munge `buffer-invisibility-spec' to an
;; appropriate value. Currently, it only handles timestamps, thus its
;; location. If you add other features which affect invisibility,
;; please modify this function and move it to a more appropriate