aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorPaul Eggert2019-11-11 22:54:06 -0800
committerPaul Eggert2019-11-11 22:54:41 -0800
commit555f5f78f8f3de71431774fdabbabbcec7242727 (patch)
tree2d10b4dd90d82f10fa1faddeaf9f0513c9dfd1f6 /lisp/erc
parentc5fd4d373ed6d80b744951afe13e50070bff41cf (diff)
downloademacs-555f5f78f8f3de71431774fdabbabbcec7242727.tar.gz
emacs-555f5f78f8f3de71431774fdabbabbcec7242727.zip
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."
357 ts) 357 ts)
358 "")) 358 ""))
359 359
360;; This function is used to munge `buffer-invisibility-spec to an 360;; This function is used to munge `buffer-invisibility-spec' to an
361;; appropriate value. Currently, it only handles timestamps, thus its 361;; appropriate value. Currently, it only handles timestamps, thus its
362;; location. If you add other features which affect invisibility, 362;; location. If you add other features which affect invisibility,
363;; please modify this function and move it to a more appropriate 363;; please modify this function and move it to a more appropriate