aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-09 21:45:33 +0200
committerEli Zaretskii2016-01-09 21:45:33 +0200
commitcc140bcec665163790a8a15845f16dca39525425 (patch)
treefd37bf84e4061d4977f0831f5a1bcce664841fb8 /etc
parentf8208b69192359a97735d461f05060f6579df0f2 (diff)
downloademacs-cc140bcec665163790a8a15845f16dca39525425.tar.gz
emacs-cc140bcec665163790a8a15845f16dca39525425.zip
Document user-level functions in project.el
* lisp/progmodes/project.el (project-find-file) (project-or-external-find-file): Add doc strings.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 407d13b31b3..3ad2fb3253f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -964,13 +964,14 @@ As a result of this, the following commands are now obsolete:
964The framework's Lisp API is still experimental and can change in major, 964The framework's Lisp API is still experimental and can change in major,
965backward-incompatible ways. 965backward-incompatible ways.
966 966
967---
967** New package Project 968** New package Project
968 969
969The new package Project provides generic infrastructure for dealing 970The new package Project provides generic infrastructure for dealing
970with projects. The main commands included in it are 971with projects. The main commands included in it are
971`project-find-file' and `project-find-regexp'. 972`project-find-file' and `project-find-regexp'.
972 973
973Like Xref, the project API is still experimental. 974The Lisp API of this package is still experimental.
974 975
975*** New variables 976*** New variables
976 977