[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/vundo b93e15e0c2 50/58: * vundo.el: Sync from README.
From: |
ELPA Syncer |
Subject: |
[elpa] externals/vundo b93e15e0c2 50/58: * vundo.el: Sync from README. |
Date: |
Fri, 15 Apr 2022 12:58:16 -0400 (EDT) |
branch: externals/vundo
commit b93e15e0c2b95a2b0007c3b5cef2c170e734c4da
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>
* vundo.el: Sync from README.
---
vundo.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/vundo.el b/vundo.el
index 0b6cf2ef0d..7fb60f70ae 100644
--- a/vundo.el
+++ b/vundo.el
@@ -26,8 +26,10 @@
;;; Commentary:
;;
-;; To use vundo, type M-x vundo RET in the buffer you want to undo. An
-;; undo tree buffer should pop up. To move around, type:
+;; Vundo (visual undo) displays the undo history as a tree and lets you
+;; move in the tree to go back to previous buffer states. To use vundo,
+;; type M-x vundo RET in the buffer you want to undo. An undo tree buffer
+;; should pop up. To move around, type:
;;
;; f to go forward
;; b to go backward
- [elpa] externals/vundo a3e27e84f1 05/58: Add an option that controls the side on which we display vundo window, (continued)
- [elpa] externals/vundo a3e27e84f1 05/58: Add an option that controls the side on which we display vundo window, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 578a9f6be1 10/58: Update tests to accommodate read-only-ness, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo b996e201d8 12/58: * README.txt: Add notice, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo e136164f77 07/58: * vundo.el (vundo-next): move till end when asked to move too far, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 31b1491178 31/58: * README.txt: Add comparison., ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 1737bcee28 18/58: Add vundo-compact-display, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 06de574d4f 24/58: Ignore position-only records when generating mod-list, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 6a408d000f 39/58: * vundo.el (vundo--check-for-command): Add declaration for edebug., ELPA Syncer, 2022/04/15
- [elpa] externals/vundo ed0d7d42d8 38/58: Replace lists with vectors for the main vundo-m lists, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 22345f42b1 45/58: * vundo.el (vundo): Replace let* with let., ELPA Syncer, 2022/04/15
- [elpa] externals/vundo b93e15e0c2 50/58: * vundo.el: Sync from README.,
ELPA Syncer <=
- [elpa] externals/vundo 8d7e80d149 40/58: * vundo.el (vundo--refresh-buffer): Update docstring., ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 4341d838aa 44/58: * vundo.el (vundo-glyph-alist): Escape backtick in docstring., ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 6acda40607 42/58: Fix vundo-forward, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 377194b705 58/58: * vundo.el: Fix dependency tag., ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 9657909b43 51/58: Trim a nreverse call in vundo--eqv-list-of, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo ab84e87522 01/58: init, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 549efe15c3 14/58: UI change: default to ASCII and more, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo b27ddfecfd 25/58: Handle user quit gracefully, ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 8a2f09ae42 29/58: Merge branch 'pr-avoid-list-nth', ELPA Syncer, 2022/04/15
- [elpa] externals/vundo 1b98c3708c 33/58: * vundo.el (vundo--eqv-merge): Replace nth for performance., ELPA Syncer, 2022/04/15