summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2018-03-04 08:42:47 +0100
committerBastien <bzg@gnu.org>2018-03-04 08:42:47 +0100
commita1dfd4ff20c2a6caeef195fccbdae09a726d5b7a (patch)
tree9f013fb5f66d8b096f89765b494af14baa76686b
parentcb0954d8de18c3fb49cdf966700f5161919ea2bf (diff)
downloadorg-mode-a1dfd4ff20c2a6caeef195fccbdae09a726d5b7a.tar.gz
org.texi: Fix typo
* doc/org.texi (Activation, Agenda files): Fix typo. Thanks to Th. Rikl for reporting this.
-rw-r--r--contrib/orgmanual.org10
-rw-r--r--doc/org.texi8
-rw-r--r--doc/orgguide.texi2
3 files changed, 10 insertions, 10 deletions
diff --git a/contrib/orgmanual.org b/contrib/orgmanual.org
index f6e92df..ac6c344 100644
--- a/contrib/orgmanual.org
+++ b/contrib/orgmanual.org
@@ -231,7 +231,7 @@ Do not forget to activate Org as described in the following section.
#+findex: org-agenda
#+findex: org-capture
#+findex: org-store-link
-#+findex: org-iswitchb
+#+findex: org-switchb
Since Emacs 22.2, files with the {{{file(.org)}}} extension use Org mode by
default. If you are using an earlier version of Emacs, add this line to your
@@ -251,7 +251,7 @@ packages, please take the time to check the list (see [[Conflicts]]).
The four Org commands {{{command(org-store-link)}}},
{{{command(org-capture)}}}, {{{command(org-agenda)}}}, and
-{{{command(org-iswitchb)}}} should be accessible through global keys
+{{{command(org-switchb)}}} should be accessible through global keys
(i.e., anywhere in Emacs, not just in Org buffers). Here are
suggested bindings for these keys, please modify the keys to your own
liking.
@@ -262,7 +262,7 @@ liking.
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-cc" 'org-capture)
(global-set-key "\C-ca" 'org-agenda)
-(global-set-key "\C-cb" 'org-iswitchb)
+(global-set-key "\C-cb" 'org-switchb)
#+end_src
#+cindex: Org mode, turning on
@@ -7631,8 +7631,8 @@ the easiest way to maintain it is through the following commands
Cycle through agenda file list, visiting one file after the other.
-- {{{kbd(M-x org-iswitchb)}}} ::
- #+findex: org-iswitchb
+- {{{kbd(M-x org-switchb)}}} ::
+ #+findex: org-switchb
Command to use an ~iswitchb~-like interface to switch to and between
Org buffers.
diff --git a/doc/org.texi b/doc/org.texi
index 2c90871..3a2fbc2 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -951,7 +951,7 @@ Worg}.
@findex org-agenda
@findex org-capture
@findex org-store-link
-@findex org-iswitchb
+@findex org-switchb
Org mode buffers need font-lock to be turned on: this is the default in
Emacs@footnote{If you don't use font-lock globally, turn it on in Org buffer
@@ -961,7 +961,7 @@ There are compatibility issues between Org mode and some other Elisp
packages, please take the time to check the list (@pxref{Conflicts}).
The four Org commands @command{org-store-link}, @command{org-capture},
-@command{org-agenda}, and @command{org-iswitchb} should be accessible through
+@command{org-agenda}, and @command{org-switchb} should be accessible through
global keys (i.e., anywhere in Emacs, not just in Org buffers). Here are
suggested bindings for these keys, please modify the keys to your own
liking.
@@ -969,7 +969,7 @@ liking.
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cc" 'org-capture)
-(global-set-key "\C-cb" 'org-iswitchb)
+(global-set-key "\C-cb" 'org-switchb)
@end lisp
@cindex Org mode, turning on
@@ -8013,7 +8013,7 @@ Remove current file from the list of agenda files.
@orgcmd{C-',org-cycle-agenda-files}
@itemx C-,
Cycle through agenda file list, visiting one file after the other.
-@item M-x org-iswitchb @key{RET}
+@item M-x org-switchb @key{RET}
Command to use an @code{iswitchb}-like interface to switch to and between Org
buffers.
@end table
diff --git a/doc/orgguide.texi b/doc/orgguide.texi
index 3b920dd..05f83ee 100644
--- a/doc/orgguide.texi
+++ b/doc/orgguide.texi
@@ -283,7 +283,7 @@ yourself.
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cc" 'org-capture)
-(global-set-key "\C-cb" 'org-iswitchb)
+(global-set-key "\C-cb" 'org-switchb)
@end smalllisp
Files with extension @samp{.org} will be put into Org mode automatically.