diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/cal-tex.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/ert-x.el | 2 | ||||
| -rw-r--r-- | lisp/org/ChangeLog.1 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index 72db03e5e60..1d295606f23 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el | |||
| @@ -266,7 +266,7 @@ specified in ARGS. When ARGS is omitted, by default the option | |||
| 266 | \"12pt,a4paper\" is passed. When ARGS has any other value, then | 266 | \"12pt,a4paper\" is passed. When ARGS has any other value, then |
| 267 | no option is passed to the class. | 267 | no option is passed to the class. |
| 268 | 268 | ||
| 269 | Insert the \"\\usepacakge{geometry}\" directive when ARGS | 269 | Insert the \"\\usepackage{geometry}\" directive when ARGS |
| 270 | contains the \"landscape\" string." | 270 | contains the \"landscape\" string." |
| 271 | (set-buffer (generate-new-buffer cal-tex-buffer)) | 271 | (set-buffer (generate-new-buffer cal-tex-buffer)) |
| 272 | (save-match-data | 272 | (save-match-data |
diff --git a/lisp/emacs-lisp/ert-x.el b/lisp/emacs-lisp/ert-x.el index 5af5262e5da..71d46c11077 100644 --- a/lisp/emacs-lisp/ert-x.el +++ b/lisp/emacs-lisp/ert-x.el | |||
| @@ -328,7 +328,7 @@ to the real `message'." | |||
| 328 | (funcall func "%s" msg))))) | 328 | (funcall func "%s" msg))))) |
| 329 | 329 | ||
| 330 | (defun ert--make-print-advice (collector) | 330 | (defun ert--make-print-advice (collector) |
| 331 | "Create around advice for print functions for `ert-collect-messsges'. | 331 | "Create around advice for print functions for `ert-collect-messages'. |
| 332 | The created advice function will just call the original function | 332 | The created advice function will just call the original function |
| 333 | unless the output is going to the echo area (when PRINTCHARFUN is | 333 | unless the output is going to the echo area (when PRINTCHARFUN is |
| 334 | t or PRINTCHARFUN is nil and `standard-output' is t). If the | 334 | t or PRINTCHARFUN is nil and `standard-output' is t). If the |
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1 index 366a3ee9fcd..ee50f6fb040 100644 --- a/lisp/org/ChangeLog.1 +++ b/lisp/org/ChangeLog.1 | |||
| @@ -5015,10 +5015,10 @@ | |||
| 5015 | * ox-latex.el (org-latex-listings): Update docstring. | 5015 | * ox-latex.el (org-latex-listings): Update docstring. |
| 5016 | 5016 | ||
| 5017 | * org-pcomplete.el (pcomplete/org-mode/file-option/options): | 5017 | * org-pcomplete.el (pcomplete/org-mode/file-option/options): |
| 5018 | Apply changes to export back-end definiton. | 5018 | Apply changes to export back-end definition. |
| 5019 | 5019 | ||
| 5020 | * org.el (org-get-export-keywords): Apply changes to export | 5020 | * org.el (org-get-export-keywords): Apply changes to export |
| 5021 | back-end definiton. | 5021 | back-end definition. |
| 5022 | 5022 | ||
| 5023 | * ox-html.el (org-html--format-toc-headline): Make use of | 5023 | * ox-html.el (org-html--format-toc-headline): Make use of |
| 5024 | anonymous back-ends. | 5024 | anonymous back-ends. |