diff options
| author | Paul Eggert | 2019-05-22 23:58:55 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-05-22 23:59:36 -0700 |
| commit | 5424436452bc0b3d8a62a8398f92d0c2db81e22b (patch) | |
| tree | f011ba6d3bc6b03f36698c359c7d0df0f961469b /lisp/org | |
| parent | 38564f8a664347c42f7614d9c91e0d49e4a073e8 (diff) | |
| download | emacs-5424436452bc0b3d8a62a8398f92d0c2db81e22b.tar.gz emacs-5424436452bc0b3d8a62a8398f92d0c2db81e22b.zip | |
Avoid backslash-newline-newline in source code
* etc/refcards/Makefile (PDF_FRENCH):
* lib-src/etags.c (LOOP_ON_INPUT_LINES):
* lisp/dabbrev.el (dabbrev-check-other-buffers):
* lisp/org/org-id.el (org-id-link-to-org-use-id):
* lisp/org/org.el (org-support-shift-select, org-file-apps):
* src/alloc.c (CHECK_ALLOCATED_AND_LIVE)
(CHECK_ALLOCATED_AND_LIVE_SYMBOL):
* src/frame.h (FRAME_PIXEL_WIDTH_TO_TEXT_COLS):
* src/regex-emacs.c (PREFETCH_NOLIMIT):
* src/window.h (WINDOW_BUFFER):
Remove backslash-newline that immediately precedes another
newline, as this is not the usual style and is confusing.
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/org-id.el | 3 | ||||
| -rw-r--r-- | lisp/org/org.el | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/lisp/org/org-id.el b/lisp/org/org-id.el index 6a9d729c0a4..44cc7b2f14d 100644 --- a/lisp/org/org-id.el +++ b/lisp/org/org-id.el | |||
| @@ -83,8 +83,7 @@ | |||
| 83 | 83 | ||
| 84 | (defcustom org-id-link-to-org-use-id nil | 84 | (defcustom org-id-link-to-org-use-id nil |
| 85 | "Non-nil means storing a link to an Org file will use entry IDs. | 85 | "Non-nil means storing a link to an Org file will use entry IDs. |
| 86 | \\<org-mode-map>\ | 86 | \\<org-mode-map> |
| 87 | |||
| 88 | The variable can have the following values: | 87 | The variable can have the following values: |
| 89 | 88 | ||
| 90 | t Create an ID if needed to make a link to the current entry. | 89 | t Create an ID if needed to make a link to the current entry. |
diff --git a/lisp/org/org.el b/lisp/org/org.el index ce6dd24a83b..119d0a2566a 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -863,8 +863,7 @@ depends on, if any." | |||
| 863 | 863 | ||
| 864 | (defcustom org-support-shift-select nil | 864 | (defcustom org-support-shift-select nil |
| 865 | "Non-nil means make shift-cursor commands select text when possible. | 865 | "Non-nil means make shift-cursor commands select text when possible. |
| 866 | \\<org-mode-map>\ | 866 | \\<org-mode-map> |
| 867 | |||
| 868 | In Emacs 23, when `shift-select-mode' is on, shifted cursor keys | 867 | In Emacs 23, when `shift-select-mode' is on, shifted cursor keys |
| 869 | start selecting a region, or enlarge regions started in this way. | 868 | start selecting a region, or enlarge regions started in this way. |
| 870 | In Org mode, in special contexts, these same keys are used for | 869 | In Org mode, in special contexts, these same keys are used for |
| @@ -2259,8 +2258,7 @@ See `org-file-apps'.") | |||
| 2259 | ("\\.x?html?\\'" . default) | 2258 | ("\\.x?html?\\'" . default) |
| 2260 | ("\\.pdf\\'" . default)) | 2259 | ("\\.pdf\\'" . default)) |
| 2261 | "External applications for opening `file:path' items in a document. | 2260 | "External applications for opening `file:path' items in a document. |
| 2262 | \\<org-mode-map>\ | 2261 | \\<org-mode-map> |
| 2263 | |||
| 2264 | Org mode uses system defaults for different file types, but | 2262 | Org mode uses system defaults for different file types, but |
| 2265 | you can use this variable to set the application for a given file | 2263 | you can use this variable to set the application for a given file |
| 2266 | extension. The entries in this list are cons cells where the car identifies | 2264 | extension. The entries in this list are cons cells where the car identifies |