aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2023-08-23 21:23:41 +0300
committerDmitry Gutov2023-08-23 21:23:41 +0300
commit1992ad96d5074068a4e343d8259a73ea400d39b8 (patch)
tree8600cc128f9f754cf5990c066d7a36052d12f51e
parentbfafc405fe4e2570dd40c6d6e3ef81110ab4728a (diff)
downloademacs-1992ad96d5074068a4e343d8259a73ea400d39b8.tar.gz
emacs-1992ad96d5074068a4e343d8259a73ea400d39b8.zip
; Fix typo (bug#63829)
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 31f856601c1..f8ff39f87ac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -732,7 +732,7 @@ showcases all their customization options.
732** Project 732** Project
733 733
734*** New user option 'project-file-history-behavior'. 734*** New user option 'project-file-history-behavior'.
735Customizing it to 'relative' makes commands like 'project-find-file' 735Customizing it to 'relativize' makes commands like 'project-find-file'
736and 'project-find-dir' display previous history entries relative to 736and 'project-find-dir' display previous history entries relative to
737the current project. 737the current project.
738 738