diff options
| author | Paul Eggert | 2014-12-12 18:42:57 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-12 18:42:57 -0800 |
| commit | d19bf72ac984f788764a09bc9f1002a9e10f71d0 (patch) | |
| tree | b37ed8d26d6038f89e20b497fb9dba0ddac3933e | |
| parent | 7fc616afcfbaebea1658149da269110da94d6e59 (diff) | |
| download | emacs-d19bf72ac984f788764a09bc9f1002a9e10f71d0.tar.gz emacs-d19bf72ac984f788764a09bc9f1002a9e10f71d0.zip | |
Spelling fixes
| -rw-r--r-- | lisp/progmodes/verilog-mode.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-dir.el | 2 | ||||
| -rw-r--r-- | lisp/vc/vc.el | 2 | ||||
| -rw-r--r-- | src/gnutls.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index a7d833cb151..e7fcf223bc1 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el | |||
| @@ -6159,7 +6159,7 @@ Return >0 for nested struct." | |||
| 6159 | (or (equal (char-before) ?\{) ;; empty case | 6159 | (or (equal (char-before) ?\{) ;; empty case |
| 6160 | (equal (char-before) ?\;) | 6160 | (equal (char-before) ?\;) |
| 6161 | (equal (char-before) ?\})) | 6161 | (equal (char-before) ?\})) |
| 6162 | ;; skip what looks like bus repitition operator {#{ | 6162 | ;; skip what looks like bus repetition operator {#{ |
| 6163 | (not (string-match "^{\\s-*[0-9]+\\s-*{" (buffer-substring p (point))))))))) | 6163 | (not (string-match "^{\\s-*[0-9]+\\s-*{" (buffer-substring p (point))))))))) |
| 6164 | (progn | 6164 | (progn |
| 6165 | (let ( (pt (point)) (pass 0)) | 6165 | (let ( (pt (point)) (pass 0)) |
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 7e4bc13bd80..54496b9e631 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el | |||
| @@ -1015,7 +1015,7 @@ specific headers." | |||
| 1015 | "\n")) | 1015 | "\n")) |
| 1016 | 1016 | ||
| 1017 | (defun vc-dir-refresh-files (files) | 1017 | (defun vc-dir-refresh-files (files) |
| 1018 | "Refresh some fies in the *VC-dir* buffer." | 1018 | "Refresh some files in the *VC-dir* buffer." |
| 1019 | (let ((def-dir default-directory) | 1019 | (let ((def-dir default-directory) |
| 1020 | (backend vc-dir-backend)) | 1020 | (backend vc-dir-backend)) |
| 1021 | (vc-set-mode-line-busy-indicator) | 1021 | (vc-set-mode-line-busy-indicator) |
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 07a3394ad94..b8be3ff7df2 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -592,7 +592,7 @@ | |||
| 592 | ;; | 592 | ;; |
| 593 | ;; The vc-keep-workfiles configuration variable is gone. Used only by | 593 | ;; The vc-keep-workfiles configuration variable is gone. Used only by |
| 594 | ;; the RCS and SCCS backends, it was an invitation to shoot self in foot | 594 | ;; the RCS and SCCS backends, it was an invitation to shoot self in foot |
| 595 | ;; when set to the (non-default) value nil. The original justication | 595 | ;; when set to the (non-default) value nil. The original justification |
| 596 | ;; for it (saving disk space) is long obsolete. | 596 | ;; for it (saving disk space) is long obsolete. |
| 597 | ;; | 597 | ;; |
| 598 | ;; - The rollback method (implemented by RCS and SCCS only) is gone. See | 598 | ;; - The rollback method (implemented by RCS and SCCS only) is gone. See |
diff --git a/src/gnutls.c b/src/gnutls.c index 4e12d88ab82..ad4d9974ed7 100644 --- a/src/gnutls.c +++ b/src/gnutls.c | |||
| @@ -1065,7 +1065,7 @@ The return value is a property list with top-level keys :warnings and | |||
| 1065 | build_string (fn_gnutls_protocol_get_name | 1065 | build_string (fn_gnutls_protocol_get_name |
| 1066 | (fn_gnutls_protocol_get_version (state))))); | 1066 | (fn_gnutls_protocol_get_version (state))))); |
| 1067 | 1067 | ||
| 1068 | /* Cipler name. */ | 1068 | /* Cipher name. */ |
| 1069 | result = nconc2 | 1069 | result = nconc2 |
| 1070 | (result, list2 (intern (":cipher"), | 1070 | (result, list2 (intern (":cipher"), |
| 1071 | build_string (fn_gnutls_cipher_get_name | 1071 | build_string (fn_gnutls_cipher_get_name |