summaryrefslogtreecommitdiff
path: root/debian-el.el
diff options
context:
space:
mode:
authorXiyue Deng <manphiz@gmail.com>2023-10-04 15:23:49 -0700
committerAmin Bandali <bandali@gnu.org>2023-10-07 22:41:15 -0400
commit00454d5af86feb1ada56204a481bab015b6a8971 (patch)
tree8ed83f256be9a09f99aa964148a0f4783e6d253f /debian-el.el
parent9496601eeb7656d50073e819e850e4a9df6bd60a (diff)
Fix warning on docstring has wrong usage of unescaped single quotes.
* Escape Elisp symbol quotes using "\\=". * Use grave accent for single quotes.
Diffstat (limited to 'debian-el.el')
-rw-r--r--debian-el.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-el.el b/debian-el.el
index 6f32522..6b8c754 100644
--- a/debian-el.el
+++ b/debian-el.el
@@ -99,7 +99,7 @@ This function is for use from `file-coding-system-alist'.
ARG-LIST is arguments passed to `find-operation-coding-system'.
The only operation handled here is `insert-file-contents' with a
buffer filename \".deb-INFO!./control\", for which the return is
-'utf-8, and for anything else the return is nil (letting
+\\='utf-8, and for anything else the return is nil (letting
`find-operation-coding-system' try other things).
This is done as a function because the filename passed to