summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-11-08 17:07:13 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-11-08 17:11:01 -0800
commitf8284f1e408b38e6a3c0e2a1d5a465fefac6800a (patch)
tree968d78aea467a7f574227bdb46073a15e4372efb /lisp/tab-bar.el
parentb7f843adfd91bdbb24af7539a782d12767646fce (diff)
downloademacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.tar.gz
Fix some quoting glitches in doc strings
This also fixes a misplaced "only".
Diffstat (limited to 'lisp/tab-bar.el')
-rw-r--r--lisp/tab-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index e915930c274..e00839572c8 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -350,7 +350,7 @@ Also add the number of windows in the window configuration."
"Function to get a list of tabs to display in the tab bar.
This function should return a list of alists with parameters
that include at least the element (name . TAB-NAME).
-For example, '((tab (name . \"Tab 1\")) (current-tab (name . \"Tab 2\")))
+For example, \\='((tab (name . \"Tab 1\")) (current-tab (name . \"Tab 2\")))
By default, use function `tab-bar-tabs'.")
(defun tab-bar-tabs ()