aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJonas Bernoulli2022-02-16 13:06:17 +0100
committerJonas Bernoulli2022-02-16 13:18:42 +0100
commitc8442df581feb45d50530b372152beff9d23211d (patch)
tree819968a550379bb476af13fbbe6f9a382c449a32 /doc
parent8aa052c207d8b4f9572437f120c868b9f4a7cdaa (diff)
downloademacs-c8442df581feb45d50530b372152beff9d23211d.tar.gz
emacs-c8442df581feb45d50530b372152beff9d23211d.zip
; Separate command and concept index in Transient manual
* doc/misc/transient.texi (cp): Use cp index for Concept index. * doc/misc/transient.texi (fn): Use fn index for Commands as well.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/transient.texi50
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi
index eea94897219..bf048841a65 100644
--- a/doc/misc/transient.texi
+++ b/doc/misc/transient.texi
@@ -79,9 +79,9 @@ This manual is for Transient version 0.3.7.
79* Related Abstractions and Packages:: 79* Related Abstractions and Packages::
80* FAQ:: 80* FAQ::
81* Keystroke Index:: 81* Keystroke Index::
82* Command Index:: 82* Command and Function Index::
83* Function Index::
84* Variable Index:: 83* Variable Index::
84* Concept Index::
85* GNU General Public License:: 85* GNU General Public License::
86 86
87@detailmenu 87@detailmenu
@@ -326,10 +326,10 @@ the latter, then you can later resume the stack of transients using
326 326
327@table @asis 327@table @asis
328@kindex C-g 328@kindex C-g
329@cindex transient-quit-seq 329@findex transient-quit-seq
330@item @kbd{C-g} @tie{}@tie{}@tie{}@tie{}(@code{transient-quit-seq}) 330@item @kbd{C-g} @tie{}@tie{}@tie{}@tie{}(@code{transient-quit-seq})
331@kindex C-g 331@kindex C-g
332@cindex transient-quit-one 332@findex transient-quit-one
333@item @kbd{C-g} @tie{}@tie{}@tie{}@tie{}(@code{transient-quit-one}) 333@item @kbd{C-g} @tie{}@tie{}@tie{}@tie{}(@code{transient-quit-one})
334 334
335This key quits the currently active incomplete key sequence, if any, 335This key quits the currently active incomplete key sequence, if any,
@@ -343,7 +343,7 @@ doc string.
343 343
344@table @asis 344@table @asis
345@kindex C-q 345@kindex C-q
346@cindex transient-quit-all 346@findex transient-quit-all
347@item @kbd{C-q} @tie{}@tie{}@tie{}@tie{}(@code{transient-quit-all}) 347@item @kbd{C-q} @tie{}@tie{}@tie{}@tie{}(@code{transient-quit-all})
348 348
349This command quits the currently active incomplete key sequence, if 349This command quits the currently active incomplete key sequence, if
@@ -351,7 +351,7 @@ any, and all transients, including the active transient and all
351suspended transients, if any. 351suspended transients, if any.
352 352
353@kindex C-z 353@kindex C-z
354@cindex transient-suspend 354@findex transient-suspend
355@item @kbd{C-z} @tie{}@tie{}@tie{}@tie{}(@code{transient-suspend}) 355@item @kbd{C-z} @tie{}@tie{}@tie{}@tie{}(@code{transient-suspend})
356 356
357Like @code{transient-quit-all}, this command quits an incomplete key 357Like @code{transient-quit-all}, this command quits an incomplete key
@@ -366,7 +366,7 @@ If another stack is already saved, then saving a new stack discards
366the previous stack. 366the previous stack.
367 367
368@kindex M-x transient-resume 368@kindex M-x transient-resume
369@cindex transient-resume 369@findex transient-resume
370@item @kbd{M-x transient-resume} @tie{}@tie{}@tie{}@tie{}(@code{transient-resume}) 370@item @kbd{M-x transient-resume} @tie{}@tie{}@tie{}@tie{}(@code{transient-resume})
371 371
372This command resumes the previously suspended stack of transients, 372This command resumes the previously suspended stack of transients,
@@ -390,7 +390,7 @@ common commands to always be shown for all transients.
390 390
391@table @asis 391@table @asis
392@kindex C-x t 392@kindex C-x t
393@cindex transient-toggle-common 393@findex transient-toggle-common
394@item @kbd{C-x t} @tie{}@tie{}@tie{}@tie{}(@code{transient-toggle-common}) 394@item @kbd{C-x t} @tie{}@tie{}@tie{}@tie{}(@code{transient-toggle-common})
395 395
396This command toggles whether the generic commands that are common to 396This command toggles whether the generic commands that are common to
@@ -441,14 +441,14 @@ but it is easily accessible (@pxref{Using History}).
441 441
442@table @asis 442@table @asis
443@kindex C-x s 443@kindex C-x s
444@cindex transient-set 444@findex transient-set
445@item @kbd{C-x s} @tie{}@tie{}@tie{}@tie{}(@code{transient-set}) 445@item @kbd{C-x s} @tie{}@tie{}@tie{}@tie{}(@code{transient-set})
446 446
447This command saves the value of the active transient for this Emacs 447This command saves the value of the active transient for this Emacs
448session. 448session.
449 449
450@kindex C-x C-s 450@kindex C-x C-s
451@cindex transient-save 451@findex transient-save
452@item @kbd{C-x C-s} @tie{}@tie{}@tie{}@tie{}(@code{transient-save}) 452@item @kbd{C-x C-s} @tie{}@tie{}@tie{}@tie{}(@code{transient-save})
453 453
454Save the value of the active transient persistently across Emacs 454Save the value of the active transient persistently across Emacs
@@ -473,20 +473,20 @@ user-input in the minibuffer.
473 473
474@table @asis 474@table @asis
475@kindex C-M-p 475@kindex C-M-p
476@cindex transient-history-prev 476@findex transient-history-prev
477@item @kbd{C-M-p} @tie{}@tie{}@tie{}@tie{}(@code{transient-history-prev}) 477@item @kbd{C-M-p} @tie{}@tie{}@tie{}@tie{}(@code{transient-history-prev})
478@kindex C-x p 478@kindex C-x p
479@cindex transient-history-prev 479@findex transient-history-prev
480@item @kbd{C-x p} @tie{}@tie{}@tie{}@tie{}(@code{transient-history-prev}) 480@item @kbd{C-x p} @tie{}@tie{}@tie{}@tie{}(@code{transient-history-prev})
481 481
482This command switches to the previous value used for the active 482This command switches to the previous value used for the active
483transient. 483transient.
484 484
485@kindex C-M-n 485@kindex C-M-n
486@cindex transient-history-next 486@findex transient-history-next
487@item @kbd{C-M-n} @tie{}@tie{}@tie{}@tie{}(@code{transient-history-next}) 487@item @kbd{C-M-n} @tie{}@tie{}@tie{}@tie{}(@code{transient-history-next})
488@kindex C-x n 488@kindex C-x n
489@cindex transient-history-next 489@findex transient-history-next
490@item @kbd{C-x n} @tie{}@tie{}@tie{}@tie{}(@code{transient-history-next}) 490@item @kbd{C-x n} @tie{}@tie{}@tie{}@tie{}(@code{transient-history-next})
491 491
492This command switches to the next value used for the active 492This command switches to the next value used for the active
@@ -528,7 +528,7 @@ transient.
528 528
529@table @asis 529@table @asis
530@kindex C-h 530@kindex C-h
531@cindex transient-help 531@findex transient-help
532@item @kbd{C-h} @tie{}@tie{}@tie{}@tie{}(@code{transient-help}) 532@item @kbd{C-h} @tie{}@tie{}@tie{}@tie{}(@code{transient-help})
533 533
534This command enters help mode. When help mode is active, 534This command enters help mode. When help mode is active,
@@ -596,7 +596,7 @@ transients and their suffixes between Emacs sessions.
596 596
597@table @asis 597@table @asis
598@kindex C-x l 598@kindex C-x l
599@cindex transient-set-level 599@findex transient-set-level
600@item @kbd{C-x l} @tie{}@tie{}@tie{}@tie{}(@code{transient-set-level}) 600@item @kbd{C-x l} @tie{}@tie{}@tie{}@tie{}(@code{transient-set-level})
601 601
602This command enters edit mode. When edit mode is active, then all 602This command enters edit mode. When edit mode is active, then all
@@ -633,7 +633,7 @@ following commands. These commands are never shown in the transient
633window, and the key bindings are the same as for @code{scroll-up-command} and 633window, and the key bindings are the same as for @code{scroll-up-command} and
634@code{scroll-down-command} in other buffers. 634@code{scroll-down-command} in other buffers.
635 635
636@cindex transient-scroll-up arg 636@findex transient-scroll-up arg
637@deffn Command transient-scroll-up arg 637@deffn Command transient-scroll-up arg
638 638
639This command scrolls text of transient popup window upward @var{arg} 639This command scrolls text of transient popup window upward @var{arg}
@@ -641,7 +641,7 @@ lines. If @var{arg} is @code{nil}, then it scrolls near full screen. This
641is a wrapper around @code{scroll-up-command} (which see). 641is a wrapper around @code{scroll-up-command} (which see).
642@end deffn 642@end deffn
643 643
644@cindex transient-scroll-down arg 644@findex transient-scroll-down arg
645@deffn Command transient-scroll-down arg 645@deffn Command transient-scroll-down arg
646 646
647This command scrolls text of transient popup window down @var{arg} 647This command scrolls text of transient popup window down @var{arg}
@@ -2537,13 +2537,8 @@ necessary changes. See its doc string for more information.
2537 2537
2538@printindex ky 2538@printindex ky
2539 2539
2540@node Command Index 2540@node Command and Function Index
2541@appendix Command Index 2541@appendix Command and Function Index
2542
2543@printindex cp
2544
2545@node Function Index
2546@appendix Function Index
2547 2542
2548@printindex fn 2543@printindex fn
2549 2544
@@ -2552,6 +2547,11 @@ necessary changes. See its doc string for more information.
2552 2547
2553@printindex vr 2548@printindex vr
2554 2549
2550@node Concept Index
2551@appendix Concept and Feature Index
2552
2553@printindex cp
2554
2555@node GNU General Public License 2555@node GNU General Public License
2556@appendix GNU General Public License 2556@appendix GNU General Public License
2557 2557