EXPERIMENTAL.org: Fix typo in ref to struct member

The struct member is named ```remember*ed*_data```, but is mentioned before as ```remember_data```.

Cheers!
This commit is contained in:
pancho horrillo 2018-05-20 18:28:28 +02:00 committed by Sylvain Benner
parent 30204ee05a
commit 803c165960
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Clone Emacs from [[https://git.savannah.gnu.org/git/emacs.git]]:
#+END_SRC
*** Simple patch of Emacs source code
We need to increase the number of =remember_data= slots in =src/pdumper.c=, we
We need to increase the number of =remembered_data= slots in =src/pdumper.c=, we
double the number of slots by replacing 32 with 64:
#+BEGIN_SRC c