diff options
| author | Mattias EngdegÄrd | 2021-02-18 16:41:36 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2021-02-18 16:50:55 +0100 |
| commit | de15ca7d0065c5f77c88a90f4f14569886be3617 (patch) | |
| tree | 5e8b6b1552eb714521b1c1d1d19a7f24a960b5b5 /src | |
| parent | bae2cfe63cbd11eaf348dfa7fbb2b9f7362fc747 (diff) | |
| download | emacs-de15ca7d0065c5f77c88a90f4f14569886be3617.tar.gz emacs-de15ca7d0065c5f77c88a90f4f14569886be3617.zip | |
Fix typos
* doc/lispref/display.texi (Size of Displayed Text):
* doc/lispref/windows.texi (Buffer Display Action Functions):
* etc/NEWS:
* etc/ORG-NEWS (Org-Attach has been refactored and extended):
* lisp/battery.el (display-battery-mode, battery--upower-subsribe):
* lisp/calendar/parse-time.el:
* lisp/dired-x.el:
* lisp/emacs-lisp/chart.el (chart-sequece, chart-bar-quickie):
* lisp/emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p)
(eldoc-documentation-strategy):
* lisp/emacs-lisp/pcase.el (pcase--split-pred, pcase--u1):
* lisp/gnus/gnus-search.el (gnus-search-expandable-keys)
(gnus-search-parse-query, gnus-search-query-return-string)
(gnus-search-imap, gnus-search-imap-search-command)
(gnus-search-transform-expression):
* lisp/gnus/nnselect.el:
* lisp/isearch.el (isearch-lazy-count-format):
* lisp/mh-e/mh-show.el (mh-show-msg):
* lisp/net/dictionary-connection.el (dictionary-connection-open):
* lisp/net/dictionary.el (dictionary-default-popup-strategy)
(dictionary, dictionary-split-string, dictionary-do-select-dictionary)
(dictionary-display-dictionarys, dictionary-search)
(dictionary-tooltip-mode):
* lisp/net/eudcb-macos-contacts.el (eudc-macos-contacts-set-server):
* lisp/net/mailcap.el (mailcap-mime-data):
* lisp/net/tramp-smb.el (tramp-smb-maybe-open-connection):
* lisp/nxml/nxml-mode.el (nxml-mode):
* lisp/progmodes/cc-engine.el:
* lisp/progmodes/cperl-mode.el (cperl-mode)
(cperl-fontify-syntaxically):
* lisp/progmodes/flymake.el (flymake-diagnostic-functions):
* lisp/progmodes/verilog-mode.el (verilog--supressed-warnings)
(verilog-preprocess):
* lisp/simple.el (self-insert-uses-region-functions):
* lisp/textmodes/bibtex.el (bibtex-copy-summary-as-kill):
* lisp/textmodes/texnfo-upd.el (texinfo-insert-master-menu-list):
* src/dispnew.c:
* src/font.c (Ffont_get):
* src/indent.c (compute_motion):
* src/process.c (init_process_emacs):
* src/w32fns.c (deliver_wm_chars):
* test/lisp/jsonrpc-tests.el (deferred-action-complex-tests):
Fix typos in documentation, comments, and internal identifiers.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 | ||||
| -rw-r--r-- | src/font.c | 2 | ||||
| -rw-r--r-- | src/indent.c | 2 | ||||
| -rw-r--r-- | src/process.c | 2 | ||||
| -rw-r--r-- | src/w32fns.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index e603c671363..b3e4587250f 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -3328,7 +3328,7 @@ update_frame_with_menu (struct frame *f, int row, int col) | |||
| 3328 | } | 3328 | } |
| 3329 | 3329 | ||
| 3330 | /* Update the mouse position for a frame F. This handles both | 3330 | /* Update the mouse position for a frame F. This handles both |
| 3331 | updating the display for mouse-face propreties and updating the | 3331 | updating the display for mouse-face properties and updating the |
| 3332 | help echo text. | 3332 | help echo text. |
| 3333 | 3333 | ||
| 3334 | Returns the number of events generated. */ | 3334 | Returns the number of events generated. */ |
diff --git a/src/font.c b/src/font.c index a59ebe216b8..7c1d1ff89b1 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -4122,7 +4122,7 @@ representing the OpenType features supported by the font by this form: | |||
| 4122 | SCRIPT, LANGSYS, and FEATURE are all symbols representing OpenType | 4122 | SCRIPT, LANGSYS, and FEATURE are all symbols representing OpenType |
| 4123 | Layout tags. | 4123 | Layout tags. |
| 4124 | 4124 | ||
| 4125 | In addition to the keys listed abobe, the following keys are reserved | 4125 | In addition to the keys listed above, the following keys are reserved |
| 4126 | for the specific meanings as below: | 4126 | for the specific meanings as below: |
| 4127 | 4127 | ||
| 4128 | The value of :combining-capability is non-nil if the font-backend of | 4128 | The value of :combining-capability is non-nil if the font-backend of |
diff --git a/src/indent.c b/src/indent.c index 0a6b460f753..6246b544fbd 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -1315,7 +1315,7 @@ compute_motion (ptrdiff_t from, ptrdiff_t frombyte, EMACS_INT fromvpos, | |||
| 1315 | j ^---- next after the point | 1315 | j ^---- next after the point |
| 1316 | ^--- next char. after the point. | 1316 | ^--- next char. after the point. |
| 1317 | ---------- | 1317 | ---------- |
| 1318 | In case of sigle-column character | 1318 | In case of single-column character |
| 1319 | 1319 | ||
| 1320 | ---------- | 1320 | ---------- |
| 1321 | abcdefgh\\ | 1321 | abcdefgh\\ |
diff --git a/src/process.c b/src/process.c index 3beb9cf7146..b98bc297a3f 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -8255,7 +8255,7 @@ init_process_emacs (int sockfd) | |||
| 8255 | private SIGCHLD handler, allowing catch_child_signal to copy | 8255 | private SIGCHLD handler, allowing catch_child_signal to copy |
| 8256 | it into lib_child_handler. | 8256 | it into lib_child_handler. |
| 8257 | 8257 | ||
| 8258 | Unfortunatly in glib commit 2e471acf, the behavior changed to | 8258 | Unfortunately in glib commit 2e471acf, the behavior changed to |
| 8259 | always install a signal handler when g_child_watch_source_new | 8259 | always install a signal handler when g_child_watch_source_new |
| 8260 | is called and not just the first time it's called. Glib also | 8260 | is called and not just the first time it's called. Glib also |
| 8261 | now resets signal handlers to SIG_DFL when it no longer has a | 8261 | now resets signal handlers to SIG_DFL when it no longer has a |
diff --git a/src/w32fns.c b/src/w32fns.c index 86c3db64e7b..9db367bfafe 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -3893,7 +3893,7 @@ deliver_wm_chars (int do_translate, HWND hwnd, UINT msg, UINT wParam, | |||
| 3893 | Essentially, we have no information about the "role" of | 3893 | Essentially, we have no information about the "role" of |
| 3894 | modifiers on this key: which contribute into the | 3894 | modifiers on this key: which contribute into the |
| 3895 | produced character (so "are consumed"), and which are | 3895 | produced character (so "are consumed"), and which are |
| 3896 | "extra" (must attache to bindable events). | 3896 | "extra" (must attach to bindable events). |
| 3897 | 3897 | ||
| 3898 | The default above would consume ALL modifiers, so the | 3898 | The default above would consume ALL modifiers, so the |
| 3899 | character is reported "as is". However, on many layouts | 3899 | character is reported "as is". However, on many layouts |