1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00
emacs/lisp/org
Paul Eggert 26bd978d87 Fix some more docstring etc. quoting problems
Mostly these fixes prevent the transliteration of apostrophes
that should stay apostrophes.  Also, prefer curved quotes in
Bahá’í proper names, as that’s the preferred Bahá’í style and
these names are chock-full of non-ASCII characters anyway.
* lisp/emacs-lisp/eieio-core.el (eieio-defclass-autoload)
(eieio-defclass-internal):
* lisp/emacs-lisp/eieio.el (defclass):
* lisp/hi-lock.el (hi-lock-mode):
Don’t transliterate Lisp apostrophes when generating a
doc string or diagnostic.
* lisp/international/mule-diag.el (list-coding-systems-1):
* lisp/international/ogonek.el (ogonek-jak, ogonek-how):
* lisp/mail/sendmail.el (sendmail-query-user-about-smtp):
* lisp/vc/ediff-mult.el (ediff-redraw-registry-buffer):
* lisp/vc/ediff-ptch.el (ediff-fixup-patch-map):
Substitute quotes before putting them in the help buffer.
2015-09-03 15:32:54 -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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07: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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ob-fortran.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07: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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ob-R.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ob-ref.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ob-ruby.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07: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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07: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 Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07: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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
org-capture.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
org-clock.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
org-colview.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
org-compat.el Quoting fixes in lisp/org 2015-08-31 00:29:40 -07:00
org-crypt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-ctags.el Quoting fixes in lisp/org 2015-08-31 00:29:40 -07: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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07: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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
org-footnote.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-gnus.el Avoid hard-coding "M-x command" in docstrings 2015-08-21 14:09:47 -07:00
org-habit.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07: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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
org-list.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
org-macro.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-macs.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07: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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
org-pcomplete.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-plot.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
org-protocol.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
org-rmail.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
org-src.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
org-table.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07: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 some more docstring etc. quoting problems 2015-09-03 15:32:54 -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 Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
ox-icalendar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-latex.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ox-man.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
ox-md.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-odt.el Fix some confusion with ‘format’ 2015-08-05 19:07:28 -07:00
ox-org.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ox-publish.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ox-texinfo.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ox.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00