[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r105946: Fix typos.
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r105946: Fix typos. |
Date: |
Wed, 28 Sep 2011 02:59:28 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 105946
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2011-09-28 02:59:28 +0200
message:
Fix typos.
modified:
doc/lispref/ChangeLog
doc/lispref/windows.texi
lisp/ChangeLog
lisp/ChangeLog.13
lisp/net/quickurl.el
lisp/subr.el
src/ChangeLog
src/ChangeLog.11
src/ChangeLog.9
src/lread.c
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2011-09-25 15:08:25 +0000
+++ b/doc/lispref/ChangeLog 2011-09-28 00:59:28 +0000
@@ -1,3 +1,7 @@
+2011-09-28 Juanma Barranquero <address@hidden>
+
+ * windows.texi (Splitting Windows): Fix typos.
+
2011-09-25 Martin Rudalics <address@hidden>
* windows.texi (Windows and Frames, Display Action Functions)
=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi 2011-09-25 15:08:25 +0000
+++ b/doc/lispref/windows.texi 2011-09-28 00:59:28 +0000
@@ -1178,7 +1178,7 @@
penultimate configuration from the previous scenario from where we can
continue as described before.
- Another strategy starts with splitting an inital window @code{W6} by
+ Another strategy starts with splitting an initial window @code{W6} by
evaluating @code{(split-window W6 nil nil t)} with the following result:
@smallexample
@group
@@ -1259,11 +1259,11 @@
@defopt window-splits
If this variable is nil, the function @code{split-window} can split a
window if and only if that window's screen estate is sufficiently large
-to accomodate both--itself and the new window.
+to accommodate both--itself and the new window.
If this variable is address@hidden, @code{split-window} tries to resize
all windows that are part of the same combination as the old window to
-accomodate the new window. Hence, the new window can be also created if
+accommodate the new window. Hence, the new window can be also created if
the old window is of fixed size or too small to split (@pxref{Window
Sizes}).
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2011-09-27 18:51:05 +0000
+++ b/lisp/ChangeLog 2011-09-28 00:59:28 +0000
@@ -1,3 +1,9 @@
+2011-09-28 Juanma Barranquero <address@hidden>
+
+ * subr.el (with-output-to-temp-buffer):
+ * net/quickurl.el (quickurl, quickurl-browse-url):
+ Fix typos in docstrings.
+
2011-09-27 Eli Zaretskii <address@hidden>
* minibuffer.el (completion-styles)
=== modified file 'lisp/ChangeLog.13'
--- a/lisp/ChangeLog.13 2011-01-25 04:08:28 +0000
+++ b/lisp/ChangeLog.13 2011-09-28 00:59:28 +0000
@@ -1743,7 +1743,7 @@
auto-composition-function to it.
(toggle-auto-composition): New function.
- * international/characters.el: Make all chararacters in the
+ * international/characters.el: Make all characters in the
charset tibetan to tibetan script.
* international/mule-conf.el (tibetan): Fix :code-space property.
=== modified file 'lisp/net/quickurl.el'
--- a/lisp/net/quickurl.el 2011-08-25 05:43:57 +0000
+++ b/lisp/net/quickurl.el 2011-09-28 00:59:28 +0000
@@ -307,7 +307,7 @@
"Insert a URL based on LOOKUP.
If not supplied LOOKUP is taken to be the word at point in the current
-buffer, this default action can be modifed via
+buffer, this default action can be modified via
`quickurl-grab-lookup-function'."
(interactive)
(when (or lookup
@@ -402,7 +402,7 @@
"Browse the URL associated with LOOKUP.
If not supplied LOOKUP is taken to be the word at point in the
-current buffer, this default action can be modifed via
+current buffer, this default action can be modified via
`quickurl-grab-lookup-function'."
(interactive)
(when (or lookup
=== modified file 'lisp/subr.el'
--- a/lisp/subr.el 2011-09-23 14:32:36 +0000
+++ b/lisp/subr.el 2011-09-28 00:59:28 +0000
@@ -3002,7 +3002,7 @@
generated with `prin1' and similar functions in BODY goes into
the buffer.
-At the end of BODY, this marks buffer BUFNAME unmodifed and displays
+At the end of BODY, this marks buffer BUFNAME unmodified and displays
it in a window, but does not select it. The normal way to do this is
by calling `display-buffer', then running `temp-buffer-show-hook'.
However, if `temp-buffer-show-function' is non-nil, it calls that
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2011-09-27 17:18:31 +0000
+++ b/src/ChangeLog 2011-09-28 00:59:28 +0000
@@ -1,3 +1,7 @@
+2011-09-28 Juanma Barranquero <address@hidden>
+
+ * lread.c (Fread_from_string): Fix typo in docstring.
+
2011-09-27 Eli Zaretskii <address@hidden>
* xdisp.c (handle_invisible_prop): If invisible text ends on a
=== modified file 'src/ChangeLog.11'
--- a/src/ChangeLog.11 2011-09-26 03:20:03 +0000
+++ b/src/ChangeLog.11 2011-09-28 00:59:28 +0000
@@ -4547,7 +4547,7 @@
* composite.c (composition_compute_stop_pos): In forward search,
pay attention to the possibility that some character after ENDPOS
- will be composed with charactrs before ENDPOS.
+ will be composed with characters before ENDPOS.
2010-08-24 Chong Yidong <address@hidden>
=== modified file 'src/ChangeLog.9'
--- a/src/ChangeLog.9 2011-06-30 02:56:57 +0000
+++ b/src/ChangeLog.9 2011-09-28 00:59:28 +0000
@@ -10460,7 +10460,7 @@
(Fkey_description): Likewise.
* lread.c (read1): On reading multibyte string, be sure to make
- all 8-bit chararacters in valid multibyte form.
+ all 8-bit characters in valid multibyte form.
(readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
* print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
=== modified file 'src/lread.c'
--- a/src/lread.c 2011-09-27 08:37:07 +0000
+++ b/src/lread.c 2011-09-28 00:59:28 +0000
@@ -1966,7 +1966,7 @@
doc: /* Read one Lisp expression which is represented as text by STRING.
Returns a cons: (OBJECT-READ . FINAL-STRING-INDEX).
FINAL-STRING-INDEX is an integer giving the position of the next
- remaining chararacter in STRING.
+ remaining character in STRING.
START and END optionally delimit a substring of STRING from which to read;
they default to 0 and (length STRING) respectively. */)
(Lisp_Object string, Lisp_Object start, Lisp_Object end)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r105946: Fix typos.,
Juanma Barranquero <=