emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99668: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99668: Fix typos.
Date: Wed, 24 Mar 2010 01:19:36 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99668 [merge]
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-03-24 01:19:36 +0100
message:
  Fix typos.
modified:
  doc/lispref/ChangeLog
  doc/lispref/frames.texi
  lisp/ChangeLog
  lisp/cedet/srecode/table.el
  lisp/faces.el
  src/ChangeLog.7
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-03-21 15:28:53 +0000
+++ b/doc/lispref/ChangeLog     2010-03-24 00:16:45 +0000
@@ -1,3 +1,7 @@
+2010-03-24  Arni Magnusson  <address@hidden>  (tiny change)
+
+       * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
+
 2010-03-21  Chong Yidong  <address@hidden>
 
        * processes.texi (Network Processes): Document seqpacket type.

=== modified file 'doc/lispref/frames.texi'
--- a/doc/lispref/frames.texi   2010-01-13 08:35:10 +0000
+++ b/doc/lispref/frames.texi   2010-03-24 00:16:45 +0000
@@ -821,7 +821,7 @@
 selected.  It supports the same values as the @code{cursor-type} frame
 parameter; also, @code{nil} means don't display a cursor in
 nonselected windows, and @code{t} (the default) means use a standard
-modificatoin of the usual cursor type (solid box becomes hollow box,
+modification of the usual cursor type (solid box becomes hollow box,
 and bar becomes a narrower bar).
 @end defopt
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-23 02:37:11 +0000
+++ b/lisp/ChangeLog    2010-03-24 00:17:31 +0000
@@ -1,3 +1,10 @@
+2010-03-24  Juanma Barranquero  <address@hidden>
+
+       * faces.el (set-face-attribute): Fix typo in docstring.
+       (face-valid-attribute-values): Reflow docstring.
+
+       * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
+
 2010-03-23  Glenn Morris  <address@hidden>
 
        * textmodes/flyspell.el (sgml-lexical-context): Autoload it.  (Bug#5752)

=== modified file 'lisp/cedet/srecode/table.el'
--- a/lisp/cedet/srecode/table.el       2010-01-13 08:35:10 +0000
+++ b/lisp/cedet/srecode/table.el       2010-03-24 00:17:31 +0000
@@ -66,7 +66,7 @@
 If this is nil, then this template table belongs to a set of generic
 templates that can be used with no additional dictionary values.
 When it is non-nil, it is assumed the template macros need specialized
-Emacs Lisp code to fill in the dictoinary.")
+Emacs Lisp code to fill in the dictionary.")
    (priority :initarg :priority
             :type number
             :documentation

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2010-02-07 04:14:26 +0000
+++ b/lisp/faces.el     2010-03-24 00:17:31 +0000
@@ -590,7 +590,7 @@
 attribute is changed on all frames).
 
 ARGS must come in pairs ATTRIBUTE VALUE.  ATTRIBUTE must be a valid
-face attribute name. All attributes can be set to `unspecified';
+face attribute name.  All attributes can be set to `unspecified';
 this fact is not further mentioned below.
 
 The following attributes are recognized:
@@ -988,9 +988,9 @@
 (defun face-valid-attribute-values (attribute &optional frame)
   "Return valid values for face attribute ATTRIBUTE.
 The optional argument FRAME is used to determine available fonts
-and colors.  If it is nil or not specified, the selected frame is
-used.  Value is an alist of (NAME . VALUE) if ATTRIBUTE expects a value
-out of a set of discrete values.  Value is `integerp' if ATTRIBUTE expects
+and colors.  If it is nil or not specified, the selected frame is used.
+Value is an alist of (NAME . VALUE) if ATTRIBUTE expects a value out
+of a set of discrete values.  Value is `integerp' if ATTRIBUTE expects
 an integer value."
   (let ((valid
          (case attribute

=== modified file 'src/ChangeLog.7'
--- a/src/ChangeLog.7   2010-01-13 08:35:10 +0000
+++ b/src/ChangeLog.7   2010-03-24 00:18:03 +0000
@@ -7154,9 +7154,9 @@
        (ENCODE_ISO_CHARACTER): Bug of handling return value of unify_char
        fixed.
        (DECODE_SJIS_BIG5_CHARACTER): New macro.
-       (decode_coding_sjis_big5): Handle character unificatoin table.
+       (decode_coding_sjis_big5): Handle character unification table.
        Use macro DECODE_SJIS_BIG5_CHARACTER.
-       (encode_coding_sjis_big5): Handle character unificatoin table.
+       (encode_coding_sjis_big5): Handle character unification table.
        Use macro ENCODE_SJIS_BIG5_CHARACTER.
        (setup_coding_system): Handle members
        character_unification_table_for_decode and


reply via email to

[Prev in Thread] Current Thread [Next in Thread]