diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/digest-doc.c | 5 | ||||
| -rw-r--r-- | lib-src/sorted-doc.c | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/lib-src/digest-doc.c b/lib-src/digest-doc.c index 9bea55849d0..a6510f39f15 100644 --- a/lib-src/digest-doc.c +++ b/lib-src/digest-doc.c | |||
| @@ -16,8 +16,9 @@ | |||
| 16 | GNU General Public License for more details. | 16 | GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 20 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | Boston, MA 02111-1307, USA. | ||
| 21 | 22 | ||
| 22 | See also sorted-doc.c, which produces similar output | 23 | See also sorted-doc.c, which produces similar output |
| 23 | but in texinfo format and sorted by function/variable name. */ | 24 | but in texinfo format and sorted by function/variable name. */ |
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index e0526dd3e7f..cc09583499d 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c | |||
| @@ -17,9 +17,10 @@ | |||
| 17 | GNU General Public License for more details. | 17 | GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs; see the file COPYING. If not, write to the |
| 21 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 21 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 22 | 22 | Boston, MA 02111-1307, USA. | |
| 23 | |||
| 23 | This version sorts the output by function name. */ | 24 | This version sorts the output by function name. */ |
| 24 | 25 | ||
| 25 | #include "config.h" | 26 | #include "config.h" |