aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 8ed92ab75e0..f24c6f03c8e 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -352,11 +352,11 @@ is the current directory.
352*** Set find-function-C-source-directory accordingly. 352*** Set find-function-C-source-directory accordingly.
353 353
354Once you have installed the source package, for example at 354Once you have installed the source package, for example at
355/home/myself/deb-src/emacs-26.3, add the following line to your 355/home/myself/deb-src/emacs-27.1, add the following line to your
356startup file: 356startup file:
357 357
358 (setq find-function-C-source-directory 358 (setq find-function-C-source-directory
359 "/home/myself/deb-src/emacs-26.3/src/") 359 "/home/myself/deb-src/emacs-27.1/src/")
360 360
361The installation directory of the Emacs source package will contain 361The installation directory of the Emacs source package will contain
362the exact package name and version number of Emacs that is installed 362the exact package name and version number of Emacs that is installed
@@ -386,7 +386,7 @@ To get describe-function and similar commands to work, you can then
386add something like the following to your startup file: 386add something like the following to your startup file:
387 387
388 (setq find-function-C-source-directory 388 (setq find-function-C-source-directory
389 "/usr/src/debug/emacs-26.3-1.fc31.x86_64/src/") 389 "/usr/src/debug/emacs-27.1-1.fc31.x86_64/src/")
390 390
391However, the exact directory name will depend on the system, and you 391However, the exact directory name will depend on the system, and you
392will need to both upgrade source and debug info when your system 392will need to both upgrade source and debug info when your system