[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/xelb 8fdd6aef51 2/5: ; Fix single quote warning in docs
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/xelb 8fdd6aef51 2/5: ; Fix single quote warning in docstring |
|
Date: |
Sat, 13 Jan 2024 19:52:01 -0500 (EST) |
branch: externals/xelb
commit 8fdd6aef51f149765be1dd091a41caa207db89df
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
; Fix single quote warning in docstring
---
xcb-types.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xcb-types.el b/xcb-types.el
index aade53140c..87f320a414 100644
--- a/xcb-types.el
+++ b/xcb-types.el
@@ -370,8 +370,8 @@ FORMAT-STRING is a string specifying the message to output,
as in
(defmacro xcb:deftypealias (new-type old-type)
"Define NEW-TYPE as an alias of type OLD-TYPE.
-Also the fundamental type is stored in 'the xcb--typealias' variable
-property (for internal use only)."
+Also the fundamental type is stored in the `xcb--typealias'
+variable property (for internal use only)."
`(progn
;; FIXME: `new-type' should probably just not be eval'd at all,
;; but that requires changing all callers not to quote their arg.