emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101604: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101604: Fix typos.
Date: Sat, 25 Sep 2010 14:04:35 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101604
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2010-09-25 14:04:35 +0200
message:
  Fix typos.
  
  * lisp/finder.el (finder-unknown-keywords):
  * lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
  * lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings.
  
  * lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix.
  
  * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
    Fix typo in error message.
    (semantic-symref-list-map-open-hits): Fix typo in docstring.
  
  * lisp/org/org-agenda.el (org-agenda-hide-tags-regexp):
  * lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
modified:
  lisp/ChangeLog
  lisp/ChangeLog.12
  lisp/ChangeLog.9
  lisp/cedet/ChangeLog
  lisp/cedet/ede/base.el
  lisp/cedet/semantic/lex.el
  lisp/cedet/semantic/symref/list.el
  lisp/cedet/srecode/fields.el
  lisp/finder.el
  lisp/man.el
  lisp/org/ChangeLog
  lisp/org/org-agenda.el
  lisp/org/org.el
  lisp/progmodes/etags.el
  lisp/progmodes/gdb-mi.el
  lisp/simple.el
  src/ChangeLog
  src/ChangeLog.5
  src/ChangeLog.7
  src/frame.h
  src/image.c
  src/keyboard.c
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-25 00:32:09 +0000
+++ b/lisp/ChangeLog    2010-09-25 12:04:35 +0000
@@ -1,5 +1,11 @@
 2010-09-25  Juanma Barranquero  <address@hidden>
 
+       * finder.el (finder-unknown-keywords):
+       * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
+       * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
+
+2010-09-25  Juanma Barranquero  <address@hidden>
+
        * server.el (server-start): Revert part of 2010-08-08 change.  Using
        address 127.0.0.1 for local host is now done in Fmake_network_process.
 

=== modified file 'lisp/ChangeLog.12'
--- a/lisp/ChangeLog.12 2010-07-24 11:53:19 +0000
+++ b/lisp/ChangeLog.12 2010-09-25 12:04:35 +0000
@@ -1140,7 +1140,7 @@
        (rcirc-keepalive-seconds): Remove variable.
        (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
        (rcirc-process, rcirc-user-disconnect): New variables.
-       (rcirc-connect): Initalize new variables.
+       (rcirc-connect): Initialize new variables.
        (rcirc-keepalive): Don't send keepalive pings before connection
        is completed.
        (rcirc-sentinel): Do mark all channels with activity when

=== modified file 'lisp/ChangeLog.9'
--- a/lisp/ChangeLog.9  2010-07-29 02:42:53 +0000
+++ b/lisp/ChangeLog.9  2010-09-25 12:04:35 +0000
@@ -8121,7 +8121,7 @@
        * dired.el (dired-get-filename): Return filename verbatim if
        LOCALP is `verbatim'.
        * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
-       `verbatim' so that we don't inadvertently delete a non-existant
+       `verbatim' so that we don't inadvertently delete a non-existent
        directory name.
 
 2000-11-27  Kenichi Handa  <address@hidden>

=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2010-09-23 19:00:31 +0000
+++ b/lisp/cedet/ChangeLog      2010-09-25 12:04:35 +0000
@@ -1,3 +1,11 @@
+2010-09-25  Juanma Barranquero  <address@hidden>
+
+       * semantic/lex.el (semantic-ignore-comments): Doc fix.
+
+       * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
+       Fix typo in error message.
+       (semantic-symref-list-map-open-hits): Fix typo in docstring.
+
 2010-09-21  Eric Ludlam  <address@hidden>
 
        Synch SRecode to CEDET 1.0.

=== modified file 'lisp/cedet/ede/base.el'
--- a/lisp/cedet/ede/base.el    2010-09-21 02:42:53 +0000
+++ b/lisp/cedet/ede/base.el    2010-09-25 12:04:35 +0000
@@ -452,7 +452,7 @@
 ;; Targets and projects are often associated with other files, such as
 ;; header files, documentation files and the like.  Have strong
 ;; associations can make useful user commands to quickly navigate
-;; between the files base on their assocaitions.
+;; between the files base on their associations.
 ;;
 (defun ede-header-file ()
   "Return the header file for the current buffer.

=== modified file 'lisp/cedet/semantic/lex.el'
--- a/lisp/cedet/semantic/lex.el        2010-01-14 18:37:23 +0000
+++ b/lisp/cedet/semantic/lex.el        2010-09-25 12:04:35 +0000
@@ -1810,8 +1810,8 @@
 
 (defvar semantic-ignore-comments t
   "Default comment handling.
-t means to strip comments when flexing.  Nil means to keep comments
-as part of the token stream.")
+The value t means to strip comments when flexing; nil means
+to keep comments as part of the token stream.")
 (make-variable-buffer-local 'semantic-ignore-comments)
 
 (defvar semantic-flex-enable-newlines nil

=== modified file 'lisp/cedet/semantic/symref/list.el'
--- a/lisp/cedet/semantic/symref/list.el        2010-09-19 02:49:54 +0000
+++ b/lisp/cedet/semantic/symref/list.el        2010-09-25 12:04:35 +0000
@@ -492,7 +492,7 @@
   (let ((count (semantic-symref-list-map-open-hits
                (lambda () (replace-match newname nil t)))))
     (semantic-symref-list-update-open-hits)
-    (message "Renamed %d occurances." count)))
+    (message "Renamed %d occurrences." count)))
 
 ;;; REFACTORING UTILITIES
 ;;
@@ -501,7 +501,7 @@
 (defun semantic-symref-list-map-open-hits (function)
   "For every open hit in the symref buffer, perform FUNCTION.
 The `match-data' will be set to a successful hit of the searched for symbol.
-Return the number of occurances FUNCTION was operated upon."
+Return the number of occurrences FUNCTION was operated upon."
 
   ;; First Pass in this function - a straight rename.
   ;; Second Pass - Allow context specification based on

=== modified file 'lisp/cedet/srecode/fields.el'
--- a/lisp/cedet/srecode/fields.el      2010-09-21 22:11:23 +0000
+++ b/lisp/cedet/srecode/fields.el      2010-09-25 12:04:35 +0000
@@ -198,7 +198,7 @@
   (oset ir fields srecode-field-archive)
   (setq srecode-field-archive nil)
 
-  ;; Initailize myself first.
+  ;; Initialize myself first.
   (call-next-method)
   )
 

=== modified file 'lisp/finder.el'
--- a/lisp/finder.el    2010-08-31 01:53:46 +0000
+++ b/lisp/finder.el    2010-09-25 12:04:35 +0000
@@ -278,7 +278,7 @@
                  help-echo finder-help-echo))))
 
 (defun finder-unknown-keywords ()
-  "Return an alist of unknown keywords and number of their occurences.
+  "Return an alist of unknown keywords and number of their occurrences.
 Unknown keywords are those present in `finder-keywords-hash' but
 not `finder-known-keywords'."
   (let (alist)

=== modified file 'lisp/man.el'
--- a/lisp/man.el       2010-07-14 15:57:54 +0000
+++ b/lisp/man.el       2010-09-25 12:04:35 +0000
@@ -314,7 +314,7 @@
   "Regular expression describing references to normal files.")
 
 ;; This includes the section as an optional part to catch hyphenated
-;; refernces to manpages.
+;; references to manpages.
 (defvar Man-hyphenated-reference-regexp
   (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?")
   "Regular expression describing a reference in the SEE ALSO section.")

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2010-09-20 01:20:32 +0000
+++ b/lisp/org/ChangeLog        2010-09-25 12:04:35 +0000
@@ -1,3 +1,8 @@
+2010-09-25  Juanma Barranquero  <address@hidden>
+
+       * org.el (org-refile-targets):
+       * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
+
 2010-08-19  Glenn Morris  <address@hidden>
 
        * org.el (org-outline-overlay-data, org-set-outline-overlay-data)

=== modified file 'lisp/org/org-agenda.el'
--- a/lisp/org/org-agenda.el    2010-07-19 09:47:27 +0000
+++ b/lisp/org/org-agenda.el    2010-09-25 12:04:35 +0000
@@ -1359,7 +1359,7 @@
   "Regular expression used to filter away specific tags in agenda views.
 This means that these tags will be present, but not be shown in the agenda
 line.  Secondary filtering will still work on the hidden tags.
-Nil means don't hide any tags."
+The value nil means don't hide any tags."
   :group 'org-agenda-line-format
   :type '(choice
          (const  :tag "Hide none" nil)

=== modified file 'lisp/org/org.el'
--- a/lisp/org/org.el   2010-08-19 03:45:46 +0000
+++ b/lisp/org/org.el   2010-09-25 12:04:35 +0000
@@ -1797,8 +1797,8 @@
 - a specification of the files to be considered, either a list of files,
   or a symbol whose function or variable value will be used to retrieve
   a file name or a list of file names.  If you use `org-agenda-files' for
-  that, all agenda files will be scanned for targets.  Nil means consider
-  headings in the current buffer.
+  that, all agenda files will be scanned for targets.  The value nil means
+  consider headings in the current buffer.
 - A specification of how to find candidate refile targets.  This may be
   any of:
   - a cons cell (:tag . \"TAG\") to identify refile targets by a tag.

=== modified file 'lisp/progmodes/etags.el'
--- a/lisp/progmodes/etags.el   2010-08-14 23:01:42 +0000
+++ b/lisp/progmodes/etags.el   2010-09-25 12:04:35 +0000
@@ -472,7 +472,7 @@
 Looks for a tags table that has such tags or that includes a table
 that has them.  Returns the name of the first such table.
 Non-nil CORE-ONLY means check only tags tables that are already in
-buffers.  Nil CORE-ONLY is ignored."
+buffers.  If CORE-ONLY is nil, it is ignored."
   (let ((tables tags-table-computed-list)
        (found nil))
     ;; Loop over the list, looking for a table containing tags for THIS-FILE.

=== modified file 'lisp/progmodes/gdb-mi.el'
--- a/lisp/progmodes/gdb-mi.el  2010-07-29 13:13:11 +0000
+++ b/lisp/progmodes/gdb-mi.el  2010-09-25 12:04:35 +0000
@@ -163,7 +163,7 @@
 (defvar gdb-running-threads-count nil
   "Number of currently running threads.
 
-Nil means that no information is available.
+If nil, no information is available.
 
 Updated in `gdb-thread-list-handler-custom'.")
 
@@ -2051,7 +2051,7 @@
 Field names are wrapped in double quotes and equal signs are
 replaced with semicolons.
 
-If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurences from
+If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurrences from
 partial output. This is used to get rid of useless keys in lists
 in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and
 -break-info are examples of MI commands which issue such

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2010-09-20 21:45:09 +0000
+++ b/lisp/simple.el    2010-09-25 12:04:35 +0000
@@ -4410,7 +4410,7 @@
                  (goto-char (next-char-property-change (point))))
                ;; Move a line.
                ;; We don't use `end-of-line', since we want to escape
-               ;; from field boundaries ocurring exactly at point.
+               ;; from field boundaries occurring exactly at point.
                (goto-char (constrain-to-field
                            (let ((inhibit-field-text-motion t))
                              (line-end-position))

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-09-25 11:55:30 +0000
+++ b/src/ChangeLog     2010-09-25 12:04:35 +0000
@@ -19181,7 +19181,7 @@
        (Ffont_shape_text): New function.
        (Fopen_font): If the font size is not given, use 12-pixel.
        (Ffont_at): New arg STRING.
-       (syms_of_font): Initalize font_charset_alist.
+       (syms_of_font): Initialize font_charset_alist.
        Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
        conditionally.
 
@@ -20178,7 +20178,7 @@
 
        * font.c (font_unparse_fcname): Fix typo (swidth->width).
        (font_list_entities): Check driver_list->on.
-       (register_font_driver): Initalize `on' member to 0.
+       (register_font_driver): Initialize `on' member to 0.
        (font_update_drivers): New function.
        (Fclear_font_cache): Check driver_list->on.
 

=== modified file 'src/ChangeLog.5'
--- a/src/ChangeLog.5   2010-07-29 02:42:53 +0000
+++ b/src/ChangeLog.5   2010-09-25 12:04:35 +0000
@@ -4093,7 +4093,7 @@
 
        * xterm.h: Delete X10 code.
 
-       * xfns.c (Fx_create_frame): Don't increment refernce_count
+       * xfns.c (Fx_create_frame): Don't increment reference_count
        until the frame is put on the frame list.
 
        * xterm.c (x_initialize): Init x_noop_count, x_focus_frame

=== modified file 'src/ChangeLog.7'
--- a/src/ChangeLog.7   2010-03-24 00:18:03 +0000
+++ b/src/ChangeLog.7   2010-09-25 12:04:35 +0000
@@ -1040,7 +1040,7 @@
 
        * lread.c: Remember the last TWO strings skipped with address@hidden
        (prev_saved_doc_string*): New variables.
-       (Fload): Initalize prev_saved_doc_string.
+       (Fload): Initialize prev_saved_doc_string.
        (read1): Copy saved_doc_string to prev_saved_doc_string
        before storing a new string in saved_doc_string.
        (read_list): Look in prev_saved_doc_string as well as

=== modified file 'src/frame.h'
--- a/src/frame.h       2010-08-13 13:26:13 +0000
+++ b/src/frame.h       2010-09-25 12:04:35 +0000
@@ -310,7 +310,7 @@
   /* Canonical X unit.  Width of default font, in pixels.  */
   int column_width;
 
-  /* Widht of space glyph of default font, in pixels.  */
+  /* Width of space glyph of default font, in pixels.  */
   int space_width;
 
   /* Canonical Y unit.  Height of a line, in pixels.  */

=== modified file 'src/image.c'
--- a/src/image.c       2010-09-04 19:39:34 +0000
+++ b/src/image.c       2010-09-25 12:04:35 +0000
@@ -8626,7 +8626,7 @@
 #if defined (HAVE_IMAGEMAGICK)
   if (EQ (type, Qimagemagick))
     {
-      /* MagickWandGenesis() initalizes the imagemagick library.  */
+      /* MagickWandGenesis() initializes the imagemagick library.  */
       MagickWandGenesis ();
       return CHECK_LIB_AVAILABLE (&imagemagick_type, 
init_imagemagick_functions,
                                  libraries);

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2010-09-25 09:36:36 +0000
+++ b/src/keyboard.c    2010-09-25 12:04:35 +0000
@@ -3802,7 +3802,7 @@
 
    HELP is the help form.
 
-   FRAME and WINDOW are the frame and windoiw where the help is
+   FRAME and WINDOW are the frame and window where the help is
    generated.  OBJECT is the Lisp object where the help was found (a
    buffer, a string, an overlay, or nil if neither from a string nor
    from a buffer).  POS is the position within OBJECT where the help


reply via email to

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