diff options
| author | Paul Eggert | 2016-11-04 15:02:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-11-04 15:02:03 -0700 |
| commit | ae0a1a890ec7b885e85cd945a21ca42fed80df3d (patch) | |
| tree | 495f1d851cb3a43a0e677bff9c09d4211a35fbde /lisp/emulation | |
| parent | 66b5222c3cd72839bf72e0b2a03912719c930451 (diff) | |
| parent | acae275b2752357497a2411876b83240ce7c8aec (diff) | |
| download | emacs-ae0a1a890ec7b885e85cd945a21ca42fed80df3d.tar.gz emacs-ae0a1a890ec7b885e85cd945a21ca42fed80df3d.zip | |
Merge from origin/emacs-25
acae275 ; Spelling fixes
d8fac73 Update README for precompiled windows Emacs.
23570fd Clarify documentation of 'vc-responsible-backend' wrt symlinks
f708cb2 Clarify doc string of 'transpose-sexps'
cd05b1d Fix docstring of 'browse-url-firefox-new-window-is-tab'
bdc89eb Improve documentation of 'font-lock-remove-keywords'
4a0c590 Fix documentation of the command summary key
0221b7a Mark relocation workarounds with REL_ALLOC
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/edt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 6bda15bf98d..f408ff73106 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -497,7 +497,7 @@ Argument NUM is the number of EOL marks to move." | |||
| 497 | ;;; of line, etc.) it takes a bit of special handling. | 497 | ;;; of line, etc.) it takes a bit of special handling. |
| 498 | ;;; | 498 | ;;; |
| 499 | ;;; The variable edt-word-entities contains a list of characters which | 499 | ;;; The variable edt-word-entities contains a list of characters which |
| 500 | ;;; are to be viewed as distinct words where ever they appear in the | 500 | ;;; are to be viewed as distinct words wherever they appear in the |
| 501 | ;;; buffer. This emulates the EDT line mode command SET ENTITY WORD. | 501 | ;;; buffer. This emulates the EDT line mode command SET ENTITY WORD. |
| 502 | 502 | ||
| 503 | 503 | ||