diff options
| author | Juanma Barranquero | 2007-06-07 00:35:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-07 00:35:28 +0000 |
| commit | d367ab1ffd4add62851aab756807fff381f9d725 (patch) | |
| tree | 6bcbe8df7044a322b80a904cf5e63cb555b0547a | |
| parent | dcd14f8005420b46860c1da68b3e2268990dcb7b (diff) | |
| download | emacs-d367ab1ffd4add62851aab756807fff381f9d725.tar.gz emacs-d367ab1ffd4add62851aab756807fff381f9d725.zip | |
(org-export-ascii-bullets): Fix typo in docstring.
| -rw-r--r-- | lisp/ChangeLog | 13 | ||||
| -rw-r--r-- | lisp/textmodes/org.el | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48d3a7a9ffc..43b812a4391 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-06-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/ebrowse.el (ebrowse-member-table): | ||
| 4 | * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings. | ||
| 5 | |||
| 1 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> | 6 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * pgg.el (pgg-sign-region, pgg-sign): | 8 | * pgg.el (pgg-sign-region, pgg-sign): |
| @@ -21,7 +26,7 @@ | |||
| 21 | (all): Replace `case' by `cond', `string-to-int' by | 26 | (all): Replace `case' by `cond', `string-to-int' by |
| 22 | `string-to-number', and `process-kill-without-query' by | 27 | `string-to-number', and `process-kill-without-query' by |
| 23 | `set-process-query-on-exit-flag'. | 28 | `set-process-query-on-exit-flag'. |
| 24 | (socks-char-int): Remove defalias and all occurencies. | 29 | (socks-char-int): Remove defalias and all occurrences. |
| 25 | 30 | ||
| 26 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> | 31 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> |
| 27 | 32 | ||
| @@ -5907,7 +5912,7 @@ | |||
| 5907 | (cperl-string-syntax-table): Make { and } not-grouping | 5912 | (cperl-string-syntax-table): Make { and } not-grouping |
| 5908 | (Sometimes they ARE grouping in RExen, but matching them would only | 5913 | (Sometimes they ARE grouping in RExen, but matching them would only |
| 5909 | confuse in many situations when they are not) | 5914 | confuse in many situations when they are not) |
| 5910 | (beginning-of-buffer): Replace two occurences with goto-char... | 5915 | (beginning-of-buffer): Replace two occurrences with goto-char... |
| 5911 | (cperl-calculate-indent): `char-after' could be nil... | 5916 | (cperl-calculate-indent): `char-after' could be nil... |
| 5912 | (cperl-find-pods-heres): REx can start after "[" too. | 5917 | (cperl-find-pods-heres): REx can start after "[" too. |
| 5913 | Hightlight (??{}) in RExen too. | 5918 | Hightlight (??{}) in RExen too. |
| @@ -20093,14 +20098,14 @@ | |||
| 20093 | New defvar. Replaces `dired-move-to-filename-regexp' from dired.el. | 20098 | New defvar. Replaces `dired-move-to-filename-regexp' from dired.el. |
| 20094 | 20099 | ||
| 20095 | * dired.el (dired-move-to-filename-regexp): Remove. | 20100 | * dired.el (dired-move-to-filename-regexp): Remove. |
| 20096 | All occurences replaced by `directory-listing-before-filename-regexp'. | 20101 | All occurrences replaced by `directory-listing-before-filename-regexp'. |
| 20097 | 20102 | ||
| 20098 | * dired-x.el, locate.el, vc.el: | 20103 | * dired-x.el, locate.el, vc.el: |
| 20099 | Replace `dired-move-to-filename-regexp' by | 20104 | Replace `dired-move-to-filename-regexp' by |
| 20100 | `directory-listing-before-filename-regexp'. In vc.el it is | 20105 | `directory-listing-before-filename-regexp'. In vc.el it is |
| 20101 | overwritten locally; maybe this can be handled in files.el too. | 20106 | overwritten locally; maybe this can be handled in files.el too. |
| 20102 | 20107 | ||
| 20103 | * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences | 20108 | * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences |
| 20104 | replaced by `directory-listing-before-filename-regexp'. | 20109 | replaced by `directory-listing-before-filename-regexp'. |
| 20105 | 20110 | ||
| 20106 | 2005-10-23 Andreas Schwab <schwab@suse.de> | 20111 | 2005-10-23 Andreas Schwab <schwab@suse.de> |
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index f3ae0177fd0..f9a3c279d9d 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -2467,7 +2467,7 @@ In the given sequence, these characters will be used for level 1, 2, ..." | |||
| 2467 | 2467 | ||
| 2468 | (defcustom org-export-ascii-bullets '(?* ?+ ?-) | 2468 | (defcustom org-export-ascii-bullets '(?* ?+ ?-) |
| 2469 | "Bullet characters for headlines converted to lists in ASCII export. | 2469 | "Bullet characters for headlines converted to lists in ASCII export. |
| 2470 | The first character is is used for the first lest level generated in this | 2470 | The first character is used for the first lest level generated in this |
| 2471 | way, and so on. If there are more levels than characters given here, | 2471 | way, and so on. If there are more levels than characters given here, |
| 2472 | the list will be repeated. | 2472 | the list will be repeated. |
| 2473 | Note that plain lists will keep the same bullets as the have in the | 2473 | Note that plain lists will keep the same bullets as the have in the |