diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 6 |
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 | ||
| 354 | Once you have installed the source package, for example at | 354 | Once 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 |
| 356 | startup file: | 356 | startup 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 | ||
| 361 | The installation directory of the Emacs source package will contain | 361 | The installation directory of the Emacs source package will contain |
| 362 | the exact package name and version number of Emacs that is installed | 362 | the 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 | |||
| 386 | add something like the following to your startup file: | 386 | add 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 | ||
| 391 | However, the exact directory name will depend on the system, and you | 391 | However, the exact directory name will depend on the system, and you |
| 392 | will need to both upgrade source and debug info when your system | 392 | will need to both upgrade source and debug info when your system |