1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/lisp/org
Paul Eggert 9d35bb8d65 Fix minor quoting problems in doc strings
These were glitches regardless of how or whether we tackle the
problem of grave accent in doc strings.
* lisp/calc/calc-aent.el (math-restore-placeholders):
* lisp/ido.el (ido-ignore-buffers, ido-ignore-files):
* lisp/leim/quail/cyrillic.el ("bulgarian-alt-phonetic"):
* lisp/leim/quail/hebrew.el ("hebrew-new")
("hebrew-biblical-sil"):
* lisp/leim/quail/thai.el ("thai-kesmanee"):
* lisp/progmodes/idlw-shell.el (idlwave-shell-file-name-chars):
Used curved quotes to avoid ambiguities like ‘`''’ in doc strings.
* lisp/calendar/calendar.el (calendar-month-abbrev-array):
* lisp/cedet/semantic/mru-bookmark.el (semantic-mrub-cache-flush-fcn):
* lisp/cedet/semantic/symref.el (semantic-symref-tool-baseclass):
* lisp/cedet/semantic/tag.el (semantic-tag-copy)
(semantic-tag-components):
* lisp/cedet/srecode/cpp.el (srecode-semantic-handle-:cpp):
* lisp/cedet/srecode/texi.el (srecode-texi-texify-docstring):
* lisp/emacs-lisp/byte-opt.el (byte-optimize-all-constp):
* lisp/emacs-lisp/checkdoc.el (checkdoc-message-text-engine):
* lisp/emacs-lisp/generator.el (iter-next):
* lisp/gnus/gnus-art.el (gnus-treat-strip-list-identifiers)
(gnus-article-mode-syntax-table):
* lisp/net/rlogin.el (rlogin-directory-tracking-mode):
* lisp/net/soap-client.el (soap-wsdl-get):
* lisp/net/telnet.el (telnet-mode):
* lisp/org/org-compat.el (org-number-sequence):
* lisp/org/org.el (org-remove-highlights-with-change)
(org-structure-template-alist):
* lisp/org/ox-html.el (org-html-link-org-files-as-html):
* lisp/play/handwrite.el (handwrite-10pt, handwrite-11pt)
(handwrite-12pt, handwrite-13pt):
* lisp/progmodes/f90.el (f90-mode, f90-abbrev-start):
* lisp/progmodes/idlwave.el (idlwave-mode, idlwave-check-abbrev):
* lisp/progmodes/verilog-mode.el (verilog-tool)
(verilog-string-replace-matches, verilog-preprocess)
(verilog-auto-insert-lisp, verilog-auto-insert-last):
* lisp/textmodes/makeinfo.el (makeinfo-options):
* src/font.c (Ffont_spec):
Fix minor quoting problems in doc strings, e.g., missing quote,
``x'' where `x' was meant, etc.
* lisp/erc/erc-backend.el (erc-process-sentinel-2):
Fix minor quoting problem in other string.
* lisp/leim/quail/ethiopic.el ("ethiopic"):
* lisp/term/tvi970.el (tvi970-set-keypad-mode):
Omit unnecessary quotes.
* lisp/faces.el (set-face-attribute, set-face-underline)
(set-face-inverse-video, x-create-frame-with-faces):
* lisp/gnus/gnus-group.el (gnus-group-nnimap-edit-acl):
* lisp/mail/supercite.el (sc-attribs-%@-addresses)
(sc-attribs-!-addresses, sc-attribs-<>-addresses):
* lisp/net/tramp.el (tramp-methods):
* lisp/recentf.el (recentf-show-file-shortcuts-flag):
* lisp/textmodes/artist.el (artist-ellipse-right-char)
(artist-ellipse-left-char, artist-vaporize-fuzziness)
(artist-spray-chars, artist-mode, artist-replace-string)
(artist-put-pixel, artist-text-see-thru):
* lisp/vc/ediff-util.el (ediff-submit-report):
* lisp/vc/log-edit.el (log-edit-changelog-full-paragraphs):
Use double-quotes rather than TeX markup in doc strings.
* lisp/skeleton.el (skeleton-pair-insert-maybe):
Reword to avoid the need for grave accent and apostrophe.
* lisp/xt-mouse.el (xterm-mouse-tracking-enable-sequence):
Don't use grave and acute accents to quote.
2015-05-19 15:01:16 -07:00
..
ChangeLog.1 Rename ChangeLogs for gitlog-to-changelog 2015-04-07 00:00:06 -07:00
ob-asymptote.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-awk.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-C.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-calc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-clojure.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-comint.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-core.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-css.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ditaa.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-dot.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-emacs-lisp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-eval.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-exp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-fortran.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-gnuplot.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-haskell.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-io.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-java.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-js.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-keys.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-latex.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ledger.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-lilypond.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-lisp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-lob.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-makefile.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-matlab.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-maxima.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-mscgen.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ocaml.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-octave.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-org.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-perl.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-picolisp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-plantuml.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-python.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-R.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ref.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ruby.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-sass.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-scala.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-scheme.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-screen.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-sh.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-shen.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-sql.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-sqlite.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-table.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-tangle.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-agenda.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-archive.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-attach.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-bbdb.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
org-bibtex.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-capture.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-clock.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
org-colview.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-compat.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
org-crypt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-ctags.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-datetree.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-docview.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-element.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-entities.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-eshell.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-faces.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-feed.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-footnote.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-gnus.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-habit.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-id.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-indent.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-info.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-inlinetask.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-install.el
org-irc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-list.el * lisp/org/org-{macs,list}.el: Fix lexical warnings 2015-05-04 11:32:39 -04:00
org-macro.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-macs.el * lisp/org/org-{macs,list}.el: Fix lexical warnings 2015-05-04 11:32:39 -04:00
org-mhe.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-mobile.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-mouse.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
org-pcomplete.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-plot.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-protocol.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-rmail.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-src.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-table.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-timer.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-version.el Sync Org 8.2.10 2014-10-13 00:25:24 +02:00
org-w3m.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
ox-ascii.el Update source file encoding list 2015-04-28 10:52:06 -07:00
ox-beamer.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-html.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
ox-icalendar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-latex.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-man.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-md.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-odt.el Spelling fix for 'hfy-optimizations' 2015-04-05 23:43:22 -07:00
ox-org.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-publish.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-texinfo.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00