aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2014-12-09 16:26:46 -0800
committerPaul Eggert2014-12-09 16:27:23 -0800
commitcc857dd0db0fad257747134bdbd8318a21d12cab (patch)
tree28f4f2f61569bce9c3002a1d948edf080dbabe2d
parentc54f8f8aebe27089a1f84d9fc24b37c93762a7e5 (diff)
downloademacs-cc857dd0db0fad257747134bdbd8318a21d12cab.tar.gz
emacs-cc857dd0db0fad257747134bdbd8318a21d12cab.zip
Fix misspellings like "an unibyte buffer"
-rw-r--r--doc/misc/gnus-faq.texi2
-rw-r--r--doc/misc/tramp.texi2
-rw-r--r--lisp/gnus/mm-decode.el2
-rw-r--r--lisp/gnus/nnweb.el2
-rw-r--r--lisp/org/org.el2
-rw-r--r--lisp/org/ox-ascii.el2
-rw-r--r--src/ChangeLog.102
-rw-r--r--src/alloc.c4
-rw-r--r--src/indent.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi
index 83fff5e9497..3e01fab7578 100644
--- a/doc/misc/gnus-faq.texi
+++ b/doc/misc/gnus-faq.texi
@@ -1649,7 +1649,7 @@ aren't they and how to fix it?
1649 1649
1650@subsubheading Answer 1650@subsubheading Answer
1651 1651
1652The message-ID is an unique identifier for messages you 1652The message-ID is a unique identifier for messages you
1653send. To make it unique, Gnus need to know which machine 1653send. To make it unique, Gnus need to know which machine
1654name to put after the "@@". If the name of the machine 1654name to put after the "@@". If the name of the machine
1655where Gnus is running isn't suitable (it probably isn't 1655where Gnus is running isn't suitable (it probably isn't
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 8eb25c690e1..62aa5c0e670 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2843,7 +2843,7 @@ uid=0(root) gid=0(root) groups=0(root)
2843@cindex gdb 2843@cindex gdb
2844@cindex perldb 2844@cindex perldb
2845 2845
2846@file{gud.el} offers an unified interface to several symbolic 2846@file{gud.el} offers a unified interface to several symbolic
2847debuggers 2847debuggers
2848@ifset emacs 2848@ifset emacs
2849@ifinfo 2849@ifinfo
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index cde0af036a5..f5b4d7cba88 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -647,7 +647,7 @@ MIME-Version header before proceeding."
647 (unless from 647 (unless from
648 (setq from (mail-fetch-field "from"))) 648 (setq from (mail-fetch-field "from")))
649 ;; FIXME: In some circumstances, this code is running within 649 ;; FIXME: In some circumstances, this code is running within
650 ;; an unibyte macro. mail-extract-address-components 650 ;; a unibyte macro. mail-extract-address-components
651 ;; creates unibyte buffers. This `if', though not a perfect 651 ;; creates unibyte buffers. This `if', though not a perfect
652 ;; solution, avoids most of them. 652 ;; solution, avoids most of them.
653 (if from 653 (if from
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el
index e909372e8a7..6802484266d 100644
--- a/lisp/gnus/nnweb.el
+++ b/lisp/gnus/nnweb.el
@@ -438,7 +438,7 @@ Valid types include `google', `dejanews', and `gmane'.")
438 t) 438 t)
439 439
440(defun nnweb-google-identity (url) 440(defun nnweb-google-identity (url)
441 "Return an unique identifier based on URL." 441 "Return a unique identifier based on URL."
442 (if (string-match "selm=\\([^ &>]+\\)" url) 442 (if (string-match "selm=\\([^ &>]+\\)" url)
443 (match-string 1 url) 443 (match-string 1 url)
444 url)) 444 url))
diff --git a/lisp/org/org.el b/lisp/org/org.el
index 30bb98d98ed..78536eb4120 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -20348,7 +20348,7 @@ This command does many different things, depending on context:
20348 (item 20348 (item
20349 ;; At an item: a double C-u set checkbox to "[-]" 20349 ;; At an item: a double C-u set checkbox to "[-]"
20350 ;; unconditionally, whereas a single one will toggle its 20350 ;; unconditionally, whereas a single one will toggle its
20351 ;; presence. Without an universal argument, if the item 20351 ;; presence. Without a universal argument, if the item
20352 ;; has a checkbox, toggle it. Otherwise repair the list. 20352 ;; has a checkbox, toggle it. Otherwise repair the list.
20353 (let* ((box (org-element-property :checkbox context)) 20353 (let* ((box (org-element-property :checkbox context))
20354 (struct (org-element-property :structure context)) 20354 (struct (org-element-property :structure context))
diff --git a/lisp/org/ox-ascii.el b/lisp/org/ox-ascii.el
index cd2a9af10ac..50a2011e291 100644
--- a/lisp/org/ox-ascii.el
+++ b/lisp/org/ox-ascii.el
@@ -185,7 +185,7 @@ original Org buffer at the same place."
185 :package-version '(Org . "8.0") 185 :package-version '(Org . "8.0")
186 :type '(choice 186 :type '(choice
187 (const :tag "Replicate original spacing" nil) 187 (const :tag "Replicate original spacing" nil)
188 (cons :tag "Set an uniform spacing" 188 (cons :tag "Set a uniform spacing"
189 (integer :tag "Number of blank lines before contents") 189 (integer :tag "Number of blank lines before contents")
190 (integer :tag "Number of blank lines after contents")))) 190 (integer :tag "Number of blank lines after contents"))))
191 191
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 1b77eaf5803..b6646e797e3 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -20769,7 +20769,7 @@
20769 20769
20770 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here. 20770 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
20771 20771
20772 * editfns.c (Fformat): Convert an unibyte char argument that is 20772 * editfns.c (Fformat): Convert a unibyte char argument that is
20773 formatted by "%c" to multibyte if the total result must be a 20773 formatted by "%c" to multibyte if the total result must be a
20774 multibyte string. 20774 multibyte string.
20775 20775
diff --git a/src/alloc.c b/src/alloc.c
index 1019c2af6cc..35a5ee2784f 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -2226,7 +2226,7 @@ make_string (const char *contents, ptrdiff_t nbytes)
2226 return val; 2226 return val;
2227} 2227}
2228 2228
2229/* Make an unibyte string from LENGTH bytes at CONTENTS. */ 2229/* Make a unibyte string from LENGTH bytes at CONTENTS. */
2230 2230
2231Lisp_Object 2231Lisp_Object
2232make_unibyte_string (const char *contents, ptrdiff_t length) 2232make_unibyte_string (const char *contents, ptrdiff_t length)
@@ -2295,7 +2295,7 @@ make_specified_string (const char *contents,
2295} 2295}
2296 2296
2297 2297
2298/* Return an unibyte Lisp_String set up to hold LENGTH characters 2298/* Return a unibyte Lisp_String set up to hold LENGTH characters
2299 occupying LENGTH bytes. */ 2299 occupying LENGTH bytes. */
2300 2300
2301Lisp_Object 2301Lisp_Object
diff --git a/src/indent.c b/src/indent.c
index e6b267a3891..04f5d6cfa4a 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -439,7 +439,7 @@ current_column (void)
439 /* With a display table entry, C is displayed as is, and 439 /* With a display table entry, C is displayed as is, and
440 not displayed as \NNN or as ^N. If C is a single-byte 440 not displayed as \NNN or as ^N. If C is a single-byte
441 character, it takes one column. If C is multi-byte in 441 character, it takes one column. If C is multi-byte in
442 an unibyte buffer, it's translated to unibyte, so it 442 a unibyte buffer, it's translated to unibyte, so it
443 also takes one column. */ 443 also takes one column. */
444 ++col; 444 ++col;
445 else 445 else