diff options
| author | Kenichi Handa | 2011-02-08 15:54:37 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-02-08 15:54:37 +0900 |
| commit | 50c822bd67a6bc27d75398696953be05bddde223 (patch) | |
| tree | 35ba6261004d1843ac5ca2b94b40c67d053c55ed | |
| parent | b52daf3d93096c3d1c40ac04568fa4f9540253f1 (diff) | |
| download | emacs-50c822bd67a6bc27d75398696953be05bddde223.tar.gz emacs-50c822bd67a6bc27d75398696953be05bddde223.zip | |
update for autoloads
| -rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 4 | ||||
| -rw-r--r-- | lisp/ibuffer.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index 05bfa0f262e..e10dc10447c 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el | |||
| @@ -282,7 +282,7 @@ Not documented | |||
| 282 | ;;;;;; do-all-symbols do-symbols dotimes dolist do* do loop return-from | 282 | ;;;;;; do-all-symbols do-symbols dotimes dolist do* do loop return-from |
| 283 | ;;;;;; return block etypecase typecase ecase case load-time-value | 283 | ;;;;;; return block etypecase typecase ecase case load-time-value |
| 284 | ;;;;;; eval-when destructuring-bind function* defmacro* defun* gentemp | 284 | ;;;;;; eval-when destructuring-bind function* defmacro* defun* gentemp |
| 285 | ;;;;;; gensym) "cl-macs" "cl-macs.el" "8b2ce9c2ec0e273606bb37c333c4bdde") | 285 | ;;;;;; gensym) "cl-macs" "cl-macs.el" "0904b956872432ae7cc5fa9abcefce63") |
| 286 | ;;; Generated autoloads from cl-macs.el | 286 | ;;; Generated autoloads from cl-macs.el |
| 287 | 287 | ||
| 288 | (autoload 'gensym "cl-macs" "\ | 288 | (autoload 'gensym "cl-macs" "\ |
| @@ -389,7 +389,7 @@ This is equivalent to `(return-from nil RESULT)'. | |||
| 389 | 389 | ||
| 390 | (autoload 'return-from "cl-macs" "\ | 390 | (autoload 'return-from "cl-macs" "\ |
| 391 | Return from the block named NAME. | 391 | Return from the block named NAME. |
| 392 | This jump out to the innermost enclosing `(block NAME ...)' form, | 392 | This jumps out to the innermost enclosing `(block NAME ...)' form, |
| 393 | returning RESULT from that form (or nil if RESULT is omitted). | 393 | returning RESULT from that form (or nil if RESULT is omitted). |
| 394 | This is compatible with Common Lisp, but note that `defun' and | 394 | This is compatible with Common Lisp, but note that `defun' and |
| 395 | `defmacro' do not create implicit blocks as they do in Common Lisp. | 395 | `defmacro' do not create implicit blocks as they do in Common Lisp. |
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 3e5b301cbfb..04048e0e572 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el | |||
| @@ -2638,7 +2638,7 @@ will be inserted before the group at point." | |||
| 2638 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 2638 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 2639 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 2639 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 2640 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 2640 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 2641 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" "f163e17664a89a6f0aa2b15bfaaa65a4") | 2641 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" "eb3de21aef70e4ca75f611f1c3c56aa1") |
| 2642 | ;;; Generated autoloads from ibuf-ext.el | 2642 | ;;; Generated autoloads from ibuf-ext.el |
| 2643 | 2643 | ||
| 2644 | (autoload 'ibuffer-auto-mode "ibuf-ext" "\ | 2644 | (autoload 'ibuffer-auto-mode "ibuf-ext" "\ |