aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2015-08-20 17:33:48 -0700
committerPaul Eggert2015-08-20 17:34:57 -0700
commit760701ebe1b2061619c91c72d41666d3bd42366f (patch)
tree6a34543480af4f7c030d344c408d5eae54b6f318 /src
parentdaf390b5e927ef87d6d3ccad793cc3fb389acd30 (diff)
downloademacs-760701ebe1b2061619c91c72d41666d3bd42366f.tar.gz
emacs-760701ebe1b2061619c91c72d41666d3bd42366f.zip
Don't quote symbols 'like-this' in docstrings etc.
* admin/unidata/uvs.el (uvs-insert-fields-as-bytes): * lisp/allout-widgets.el (allout-widgets-count-buttons-in-region): * lisp/allout.el (allout-add-resumptions, allout-mode): * lisp/calculator.el (calculator-operators): * lisp/cedet/data-debug.el (dd-propertize): * lisp/cedet/ede/proj-prog.el (ede-proj-target-makefile-program): * lisp/cedet/semantic/analyze/debug.el: (semantic-analyzer-debug-global-miss-text): * lisp/cedet/semantic/lex-spp.el: (semantic-lex-spp-replace-or-symbol-or-keyword): * lisp/cedet/semantic/symref.el: (semantic-symref-cleanup-recent-buffers-fcn): * lisp/cedet/semantic/tag.el (semantic-tag-class): * lisp/cedet/srecode/el.el (srecode-semantic-handle-:el-custom): * lisp/gnus/nnmairix.el (nnmairix-propagate-marks-upon-close): * lisp/gnus/pop3.el (pop3-authentication-scheme): * lisp/help-fns.el (describe-function-orig-buffer): * lisp/imenu.el (imenu--history-list): * lisp/mail/feedmail.el (feedmail-confirm-outgoing) (feedmail-display-full-frame, feedmail-deduce-bcc-where) (feedmail-queue-default-file-slug) (feedmail-queue-buffer-file-name): * lisp/net/mairix.el (mairix-searches-mode-map): * lisp/net/newst-backend.el (newsticker-retrieval-method) (newsticker-auto-mark-filter-list): * lisp/obsolete/vi.el (vi-mode): * lisp/progmodes/cc-engine.el (c-literal-type): * lisp/progmodes/cpp.el (cpp-face): * lisp/progmodes/ebrowse.el (ebrowse-electric-list-looper): * lisp/progmodes/elisp-mode.el (elisp--xref-make-xref): * lisp/progmodes/pascal.el (pascal-auto-lineup): * lisp/progmodes/prog-mode.el (prog-widen): * lisp/progmodes/verilog-mode.el (verilog-regexp-words) (verilog-auto-lineup, verilog-auto-reset-widths) (verilog-auto-arg-format, verilog-auto-inst-template-numbers): * lisp/textmodes/flyspell.el (flyspell-maybe-correct-transposition) (flyspell-maybe-correct-doubling): * lisp/textmodes/table.el (table-justify, table-justify-cell) (table-justify-row, table-justify-column, table-insert-sequence) (table--justify-cell-contents): * lisp/url/url-auth.el (url-get-authentication): * lisp/window.el (display-buffer-record-window): * lisp/xml.el (xml-parse-file, xml-parse-region): * src/gfilenotify.c (Fgfile_add_watch): Don't quote symbols with apostrophes in doc strings. Use asymmetric quotes instead. * lisp/cedet/semantic/complete.el (semantic-displayor-show-request): Likewise for symbol in diagnostic. * lisp/image.el (image-extension-data): * lisp/register.el (frame-configuration-to-register): * src/buffer.c (syms_of_buffer): Remove bogus apostrophes after symbols. * lisp/thumbs.el (thumbs-conversion-program): Quote Lisp string values using double-quotes, not apostrophes.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c4
-rw-r--r--src/gfilenotify.c24
2 files changed, 14 insertions, 14 deletions
diff --git a/src/buffer.c b/src/buffer.c
index bd7c82c062f..fb1502a13a4 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5540,12 +5540,12 @@ This is the same as (default-value 'indicate-buffer-boundaries). */);
5540 DEFVAR_BUFFER_DEFAULTS ("default-fringe-indicator-alist", 5540 DEFVAR_BUFFER_DEFAULTS ("default-fringe-indicator-alist",
5541 fringe_indicator_alist, 5541 fringe_indicator_alist,
5542 doc: /* Default value of `fringe-indicator-alist' for buffers that don't override it. 5542 doc: /* Default value of `fringe-indicator-alist' for buffers that don't override it.
5543This is the same as (default-value 'fringe-indicator-alist'). */); 5543This is the same as (default-value 'fringe-indicator-alist). */);
5544 5544
5545 DEFVAR_BUFFER_DEFAULTS ("default-fringe-cursor-alist", 5545 DEFVAR_BUFFER_DEFAULTS ("default-fringe-cursor-alist",
5546 fringe_cursor_alist, 5546 fringe_cursor_alist,
5547 doc: /* Default value of `fringe-cursor-alist' for buffers that don't override it. 5547 doc: /* Default value of `fringe-cursor-alist' for buffers that don't override it.
5548This is the same as (default-value 'fringe-cursor-alist'). */); 5548This is the same as (default-value 'fringe-cursor-alist). */);
5549 5549
5550 DEFVAR_BUFFER_DEFAULTS ("default-scroll-up-aggressively", 5550 DEFVAR_BUFFER_DEFAULTS ("default-scroll-up-aggressively",
5551 scroll_up_aggressively, 5551 scroll_up_aggressively,
diff --git a/src/gfilenotify.c b/src/gfilenotify.c
index 08713a8fce3..5488fa38507 100644
--- a/src/gfilenotify.c
+++ b/src/gfilenotify.c
@@ -119,9 +119,9 @@ watched for some reason, this function signals a `file-notify-error' error.
119FLAGS is a list of conditions to set what will be watched for. It can 119FLAGS is a list of conditions to set what will be watched for. It can
120include the following symbols: 120include the following symbols:
121 121
122 'watch-mounts' -- watch for mount events 122 `watch-mounts' -- watch for mount events
123 'send-moved' -- pair 'deleted' and 'created' events caused by file 123 `send-moved' -- pair `deleted' and `created' events caused by file
124 renames and send a single 'renamed' event instead 124 renames and send a single `renamed' event instead
125 125
126When any event happens, Emacs will call the CALLBACK function passing 126When any event happens, Emacs will call the CALLBACK function passing
127it a single argument EVENT, which is of the form 127it a single argument EVENT, which is of the form
@@ -132,18 +132,18 @@ DESCRIPTOR is the same object as the one returned by this function.
132ACTION is the description of the event. It could be any one of the 132ACTION is the description of the event. It could be any one of the
133following: 133following:
134 134
135 'changed' -- FILE has changed 135 `changed' -- FILE has changed
136 'changes-done-hint' -- a hint that this was probably the last change 136 `changes-done-hint' -- a hint that this was probably the last change
137 in a set of changes 137 in a set of changes
138 'deleted' -- FILE was deleted 138 `deleted' -- FILE was deleted
139 'created' -- FILE was created 139 `created' -- FILE was created
140 'attribute-changed' -- a FILE attribute was changed 140 `attribute-changed' -- a FILE attribute was changed
141 'pre-unmount' -- the FILE location will soon be unmounted 141 `pre-unmount' -- the FILE location will soon be unmounted
142 'unmounted' -- the FILE location was unmounted 142 `unmounted' -- the FILE location was unmounted
143 'moved' -- FILE was moved to FILE1 143 `moved' -- FILE was moved to FILE1
144 144
145FILE is the name of the file whose event is being reported. FILE1 145FILE is the name of the file whose event is being reported. FILE1
146will be reported only in case of the 'moved' event. */) 146will be reported only in case of the `moved' event. */)
147 (Lisp_Object file, Lisp_Object flags, Lisp_Object callback) 147 (Lisp_Object file, Lisp_Object flags, Lisp_Object callback)
148{ 148{
149 Lisp_Object watch_object; 149 Lisp_Object watch_object;